Is there a way to change the drop down checkout so only United States is allowed when choosing the country for shipping address?
Is there a way to change the drop down checkout so only United States is allowed when choosing the country for shipping address?
You can run an update command into the Country table and set 'Published' field to 0 (default is 1) for those countries you don't want to appear in the dropdown. You need to have access to MS sql console to do this, and don't forget to make a backup before anything else.
Note: Billing and Shipping drop down share the same data source, so whatever country you've unpublished it won't appear also in the billing drop down.
Last edited by ASPAlfred; 05-09-2011 at 08:59 PM.