HomeHome Product Discus... Product Discus...RazorCartRazorCartRemoving countries from dropdown listsRemoving countries from dropdown lists
Previous
 
Next
New Post
1/29/2021 1:33 PM
 
In your store, if you only want to sell in the United States you can remove all the other countries and regions from the dropdown list in the checkout by doing the following:

1. Run SQL script

delete from Lists where ListName = 'Region' and ParentID in (select EntryID from Lists where ListName = 'Country' and text != 'United States')
delete from Lists where ListName = 'Country' and text != 'United States'

2. Clear DNN Cache

At your service,
Dave Smith
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
Previous
 
Next
HomeHome Product Discus... Product Discus...RazorCartRazorCartRemoving countries from dropdown listsRemoving countries from dropdown lists