View Single Post
  #39  
Old 01-28-2010, 10:23 AM
  ARW VISIONS's Avatar 
ARW VISIONS ARW VISIONS is offline
 

X-Man
  
Join Date: Jan 2007
Location: Pensacola, FL
Posts: 2,536
 

Default 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
Reply With Quote