How to Remove all open cart Countries Except Your Country August 22, 2015June 28, 2015 by The Geek Decoder For the US: delete from country where country_id <> 223; delete from zone where country_id <> 223;