Mandala Posted September 23, 2010 Share Posted September 23, 2010 HiI have decided to split shipping in to 2 zones:United KingdomInternationalIs there a way to bulk assign all other countries to 'International' - instead of going through 240+ entries and individually assigning them to International?Thanks! Link to comment Share on other sites More sharing options...
rocky Posted September 24, 2010 Share Posted September 24, 2010 The only way is to use an SQL query like the following in phpMyAdmin: UPDATE `ps_country` SET `id_zone` = 1 WHERE `id_country` != 17 Change ps_ to your database prefix and 1 to the ID of the "International" zone. Change 17 to the ID of the United Kingdom country if it is different than the default ID. This query to change the zone of all countries except "United Kingdom" to the "International" zone. Link to comment Share on other sites More sharing options...
Mandala Posted September 24, 2010 Author Share Posted September 24, 2010 Thanks for the reply - but I had already gone through it the slow way Link to comment Share on other sites More sharing options...
printmeaparty Posted May 24, 2011 Share Posted May 24, 2011 I have the same issue , somehow zones got missing , now i get the error no courier available , how can i edit these in bulk anyone can help? see the image for what i mean Link to comment Share on other sites More sharing options...
printmeaparty Posted May 24, 2011 Share Posted May 24, 2011 ok this worked! thank you Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now