Results 1 to 5 of 5
  1. #1
    Join Date
    Feb 2009
    Posts
    32
    Plugin Contributions
    0

    help question How do I allow Registration & Check Out in only 1 country?

    Hi,

    Silly question... I want to sell only in the US... Logically enough, I don't want customers to have a pulldown menu to select their country when they regsiter a new account.

    Is there a way to do that from the admin panel and I missed it?
    If not, how can I safely achieve that?

    Thanks!

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: How do I allow Registration & Check Out in only 1 country?

    If you'll never want to sell outside the US, the easiest way is probably to back up your database, then run this in Admin - Tools - Install SQL Patches :

    DELETE from countries WHERE countries_iso_code_3 NOT IN('USA');

    That will remove all countries except USA. Then go to Admin - Locations/Taxes - Zones and manually remove Alaska and Hawaii (and some others like Puerto Rico), depending if you want to sell there.

    You could also set up a US-only shipping zone, but I don't think that will stop people from outside the US from creating accounts.

  3. #3
    Join Date
    Jan 2010
    Posts
    153
    Plugin Contributions
    0

    Default Re: How do I allow Registration & Check Out in only 1 country?

    same here but i only want to sell to the uk
    whats the country code for the uk?

  4. #4
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: How do I allow Registration & Check Out in only 1 country?

    It's GBR.

  5. #5
    Join Date
    Jan 2010
    Posts
    153
    Plugin Contributions
    0

    Default Re: How do I allow Registration & Check Out in only 1 country?

    so id enter....

    DELETE from countries WHERE countries_iso_code_3 NOT IN('GBR');

    Where will i find the file to backup?

 

 

Similar Threads

  1. v139h How can I turn off 'check out' but allow shopping?
    By millersgrainhouse in forum General Questions
    Replies: 2
    Last Post: 3 Aug 2012, 06:01 PM
  2. Check/Money Order only if X country ?
    By Akasashasha in forum Currencies & Sales Taxes, VAT, GST, etc.
    Replies: 0
    Last Post: 6 Dec 2011, 10:24 AM
  3. Paypal does not allow your country of residence to ship to the country you wish to
    By tparvaiz in forum PayPal Express Checkout support
    Replies: 4
    Last Post: 25 Jul 2011, 09:34 PM
  4. How to allow check out on a zero payment amount?
    By robthemanbob in forum Managing Customers and Orders
    Replies: 4
    Last Post: 22 Jan 2009, 02:43 AM

Posting Permissions

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