You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.
I only ship my products to the UK (would like to include Ireland, channel isles etc) is there a quick way to remove all unwanted countries, states etc without having to remove them one at a time manually
Offline
sounds risky that one,
are they stored in a file that can be downloaded as a csv edited then put back?
Offline
If you go to Raw Database Admin you can take a copy of the current contents by doing an 'Export' and then downloading the file.
Then you could edit this file and remove all the ones you don't want, then empty the databaes table, then import the edited file.
Importing does not, by itself, empty the destination table first which is why you need to empty it by hand.
Offline
Thanks qmstores ,
will i have to empty the database file one at a time , if so i might as well just delete the ones i dont require. or does anyone know if there is an sql statement i could run. ?
Offline
Access: Kryptronic Hybrid X Core > Database: Connections, Backups and Raw Admin > Raw Database Admin
Then choose the 'SQL Statement: Submit a Raw SQL Statement' function and execute the appropriate statement for the database file you need to clear.
For the international version run the statement: DELETE FROM ccp0_stateprov this will delete all entry's in the stateprov database.
Mike Simpson
wwwdjshopper.net
Offline
thanks mike , its the uk version so i guess all that will be diferent is gbu_0 so will have ago at that now.
thanks
Offline