In product_options.tpl, I input the feature value like this:
{elseif $po.option_type == "D"} {*Date*}
{include file="date.tpl"}
<input id="option_{$id}_{$po.option_id}" type="text" readonly name="{$name}[{$id}][product_options][{$po.option_id}]" onclick="displayDatePicker('{$name}[{$id}][product_options][{$po.option_id}]','','','',{$product.product_features[10].value_int});" value="{$po.value|default:$po.inner_hint}" {if $product.exclude_from_calculate && !$product.aoc}disabled="disabled"{/if} {if !$no_script}onkeypress="cart_changed = true;"{/if} class="valign input-text {if $po.inner_hint && $po.value == ""}cm-hint{/if}" style="width:150px"/>
I figured out how to input feature value thanks to this thread: http://forum.cs-cart...ead.php?t=22933. To enable debugging go to Administrator>Setting>General>Check 'Template debugging console '.




