Results 1 to 3 of 3
  1. #1
    Join Date
    Nov 2011
    Posts
    80
    Plugin Contributions
    0

    Default Adding Counties to Dropdown box

    Hi. I wanted to only have canada and USA as options for ordering a product so I used the SQL :

    DELETE from countries WHERE countries_iso_code_3 NOT IN('CAN','US');

    Unfortunatly, It only kept Canada and USA is not there.

    Does anyone know how to add United States back on the list?

    Thanks

  2. #2
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    64,697
    Plugin Contributions
    6

    Default Re: Adding Counties to Dropdown box

    You should be able to run the SQL command:
    INSERT INTO countries VALUES (223,'United States','US','USA', '2');
    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: v1.5.1]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...

  3. #3
    Join Date
    Nov 2011
    Posts
    80
    Plugin Contributions
    0

    Default Re: Adding Counties to Dropdown box

    i love you

 

 

Similar Threads

  1. Adding dropdown on checkout
    By RobWUK in forum General Questions
    Replies: 2
    Last Post: 15 Feb 2011, 11:03 PM
  2. Adding a new dropdown in admin
    By skirkpatrick in forum General Questions
    Replies: 0
    Last Post: 7 Mar 2008, 08:19 PM
  3. Adding attributes as dropdown gives radio buttons
    By marksu in forum Setting Up Categories, Products, Attributes
    Replies: 7
    Last Post: 24 Nov 2007, 01:29 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •