I am only going to be selling to 2 countries and was wondering if there is a quick way to delete the rest of them without going through the 2 step process for each one.
TIA
I am only going to be selling to 2 countries and was wondering if there is a quick way to delete the rest of them without going through the 2 step process for each one.
TIA
I have gone into phpMyAdmin and you can check several rows at a time. It's quicker than through Zen but still takes some time.
NOTE: based on the assumption that these are the 2 countries_id you do not wish to delete are 223 and 38 ...
NOTE: this also assumes you are wise enough to make a database backup before running these commands ...
PHP Code:DELETE from countries WHERE countries_id != 223 and countries_id !=38;
DELETE from zones WHERE zone_country_id != 223 and zone_country_id != 38;
Linda McGrath
If you have to think ... you haven't been zenned ...
Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!
Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today!]
Officially PayPal-Certified! Just click here
Try our Zen Cart Recommended Services - Hosting, Payment and more ...
Signup for our Announcements Forums to stay up to date on important changes and updates!