Search found 1 match

Page 1 of 1

Search found 1 match

Re: How to remove all countries and only allow US

For me in version 2.1.0.2 the code has to be changed a bit to work:

UPDATE oc_country SET status = 0 WHERE country_id <> 150;
UPDATE oc_zone SET status = 0 WHERE country_id <> 150;)

I am not sure if this is for everyone the same but in my database every line has oc_ in front of it.

Jump to post
  • Sun Mar 20, 2016 9:04 pm
  • Replies 60
  • Views 66811

Page 1 of 1

Search found 1 match