HomeHome Product Discus... Product Discus...SmithCartSmithCartLimit Shipping to the United StatesLimit Shipping to the United States
Previous
 
Next
New Post
7/31/2014 10:48 AM
 
Running version 6.56 and am trying to figure out how to limit the shipping options to only allow shipping to the United States, and ideally the lower 48. I've found the two topics below, but surely there has to be an easier way.

http://www.smith-consulting.com/Forum...

http://www.smith-consulting.com/Forum...
 
New Post
7/31/2014 3:53 PM
 
Hi Sumner,
If you dont want to allow shipping outside the US the only option is to remove all the countries except US from the Smith_Countries table.

To remove all countries except US do the following:

1) Navigate to the dnn host -> SQL menu option
2) Run the following sql statement :

delete from Smith_Country where code != 'US'

Please make sure you have a full backup of your database before executing the above stmt.

I will add a country and state editor screen to the cart dev roadmap to make it easier to manage countries.

Thanks for your feedback!

At your service,
Dave Smith
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartLimit Shipping to the United StatesLimit Shipping to the United States