Limit Shopping Cart to USA Customers

Brian Latta asked on February 4, 2015 19:09

I need to limit the country selector options to just USA. How do I go about doing this?

Recent Answers


Brenden Kehren answered on February 5, 2015 01:00

You could use a simple display: none; in css to hide the control in the cart and maybe some JS to set the selected value to US when the page loads.

1 votesVote for this answer Mark as a Correct answer

Brian Latta answered on February 5, 2015 01:33

JS is what I am using right now. I was just wondering if there was a store setting or something on the Kentico side that I was missing.

0 votesVote for this answer Mark as a Correct answer

Filip Ligač answered on February 17, 2015 17:13

Hello Brian,

I believe there is no other easier way. You can either customize the Country selector form control and adjust the data source for it or use JavaScript to hide the options you do not want to display.

Best regards,
Filip

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.