Page 1 of 1

Empty option as default on Product Choices

Posted: Sat Oct 18, 2008 1:35 pm
by Sean@WMS
I'm looking for a way to change the blank default "selected" option on product choices from:

Code: Select all

<option selected="selected" value=""></option>
to

Code: Select all

<option selected="selected" value="Please Select"></option>
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?

Re: Empty option as default on Product Choices

Posted: Mon Oct 20, 2008 8:00 am
by mazhar
Have a look at this post Sean, hopefully it will help you
viewtopic.php?f=45&t=7030