Quote:
Originally Posted by OceanRiver
|
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.