Re: Product Option "default" in v4.3.1
Thank you Balinor I have placed the bolded text where you say in v4.3.1 and I get (pic1)
what I should get is (pic2). The "Please select" is my 1st option. If I manually select this options all works very well
could you tell me where I should put this code??
{else}
<select id="po{$v.classid}" name="{$poname}"{if $disable} disabled="disabled"{/if}{if $nojs ne 'Y'} onchange="javascript: check_options();"{/if}>
<option>Select {$v.classtext|default:$v.class}...</option>
{foreach from=$v.options item=o}
<option value="{$o.optionid}"{if $o.selected eq 'Y'} selected="selected"{/if}>
{strip}
{$o.option_name|escape}
{if $v.is_modifier eq 'Y' && $o.price_modifier ne 0}
(
{if $o.modifier_type ne '%'}
{include file="currency.tpl" value=$o.price_modifier display_sign=1 plain_text_message=1}
{else}
{$o.price_modifier}%
__________________
Version 4.7.2
|