Empty option as default on Product Choices
Posted: Sat Oct 18, 2008 1:35 pm
I'm looking for a way to change the blank default "selected" option on product choices from:
to
or to just get rid of it altogether and let the first actual option go to default.
I'm looking through BuyProductDialog.ascx.cs and BuyProductDialogOptionsList.ascx.cs, but it looks like this is generated straight out of CommerceBuilder and I have no control over it. Is this true? If not, can anyone point me to where I can modify this?
Code: Select all
<option selected="selected" value=""></option>
Code: Select all
<option selected="selected" value="Please Select"></option>
I'm looking through BuyProductDialog.ascx.cs and BuyProductDialogOptionsList.ascx.cs, but it looks like this is generated straight out of CommerceBuilder and I have no control over it. Is this true? If not, can anyone point me to where I can modify this?