View Single Post
  #6  
Old 07-28-2003, 04:38 AM
  shan's Avatar 
shan shan is offline
 

X-Guru
  
Join Date: Sep 2002
Location: Birmingham, UK
Posts: 6,163
 

Default

you can run this sql statement in phpmyadmin

Code:
DELETE FROM xcart_countries WHERE "code" != "us";

or if you empty the whole countries table then just run this statement to just add US

Code:
INSERT INTO xcart_countries VALUES ('United States','US','English','iso-8859-1','Y','N','');

Be careful and backup the db first
__________________
Looking for a reliable X-cart host ?
You wont go wrong with either of these.

EWD Hosting
Hands On Hosting
Reply With Quote