Hi. For the shopping cart. Currently when the country has selected the USA option. Then the 'state' selectbox shows. Is there way to always have 'state' selectbox showing all the time?
In a v11 instance it is located here:
~/CMSFormControls/CountrySelector.ascx
You probably want to clone that control and make your modifications to it though.
You'd have to modify the underlying form control OR clone it and make your modifications in your cloned control (recommend). Then in your module class for a tell it to use the new control.
@brenden Do you know where exacty is the form control? Never really had to edit the control backend before
Please, sign in to be able to submit a new answer.