I need to limit the country selector options to just USA. How do I go about doing this?
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.
display: none;
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.
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
Please, sign in to be able to submit a new answer.