Empty option as default on Product Choices

Store UI, layout, design, look and feel; Discussion on the customer facing pages of your online store. Cascading Style Sheets, Themes, Scriptlets, NVelocity and the components in the ConLib directory.
Post Reply
User avatar
Sean@WMS
Ensign (ENS)
Ensign (ENS)
Posts: 20
Joined: Tue Nov 20, 2007 8:23 pm
Location: NW California
Contact:

Empty option as default on Product Choices

Post by Sean@WMS » Sat Oct 18, 2008 1:35 pm

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?
Sean Connors
Web Merchant Services
Supplying the services you need to succeed online
www.WMSmerchantservices.com

User avatar
mazhar
Master Yoda
Master Yoda
Posts: 5084
Joined: Wed Jul 09, 2008 8:21 am
Contact:

Re: Empty option as default on Product Choices

Post by mazhar » Mon Oct 20, 2008 8:00 am

Have a look at this post Sean, hopefully it will help you
viewtopic.php?f=45&t=7030

Post Reply