View Single Post
  #12  
Old 09-09-2007, 02:20 PM
 
inebriate inebriate is offline
 

eXpert
  
Join Date: May 2006
Posts: 301
 

Default Re: Product Options Customizaion ?

use
Code:
{foreach from=$v.options item=o} <input id="po{$v.classid}" type="radio" name="{$poname}" value="{$o.optionid}" {if $nojs ne 'Y'} onclick="javascript: check_options();"{/if}/>{$o.option_name} <br /> {/foreach}

to include the javascript for updating the price and image and what not
__________________
x-cart pro 4.0.18
linux
www.fabric8d.com (currently undergoing construction)
Reply With Quote