View Single Post
  #32  
Old 12-17-2008, 10:45 AM
 
carpeperdiem carpeperdiem is offline
 

X-Guru
  
Join Date: Jul 2006
Location: New York City, USA
Posts: 5,399
 

Default Re: Product Options Dropdown "Select XXXX..."

Quote:
Originally Posted by OceanRiver
Hello,

I have a problem that my third option down is displaying selected="selected" after Please select xxx...

This only appears on the the third one down, above and below it works fine.

An example can be seen here:
http://store.oceanriver.com/store/product.php?productid=16144

Thanks,
Graham

Check your code in customer_options.tpl

it should look something like this:

Code:
<option>Please Select Your {$v.classtext|default:$v.class}...{if $o.selected eq 'Y'} selected="selected"{/if}</option>

You are probably missing an if or a closing /if or a bracket.
__________________
xcart 4.5.4 gold+ w/x-payments 1.0.6; xcart gold 4.4.4
Reply With Quote