Ecommerce show 'State' selectbox visiblie all the time

Dcode warner asked on March 12, 2019 18:56

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?

Correct Answer

Brenden Kehren answered on March 12, 2019 21:39

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.

0 votesVote for this answer Unmark Correct answer

Recent Answers


Brenden Kehren answered on March 12, 2019 19:25

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.

0 votesVote for this answer Mark as a Correct answer

Dcode warner answered on March 12, 2019 19:28

@brenden Do you know where exacty is the form control? Never really had to edit the control backend before

0 votesVote for this answer Mark as a Correct answer

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