Re: Product Options Dropdown "Select XXXX..."
MAKE A BACK UP!!!!!!!
in skin1/modules/Product_Options/customer_options.tpl
find this code starting around line 45
{foreach from=$v.options item=o}
<option value="{$o.optionid}"{if $o.selected eq 'Y'} selected="selected"{/if}>
change to this
{foreach from=$v.options item=o}
<option value="select">Select</option>
<option value="{$o.optionid}">
__________________
xcart 5.1.2
|