View Single Post
  #26  
Old 09-17-2007, 07:53 AM
 
pyap pyap is offline
 

Member
  
Join Date: Aug 2004
Posts: 16
 

Default Re: Product Options Customizaion ?

You could validate with javascript, but it's a lot easier if you force a selection to start with:

Code:
<input type="radio" name="{$poname}" value="{$o.optionid}" {if $o.selected eq 'Y'}checked="checked" {/if} onclick="check_options();"/>
__________________
X-Cart 4.1.8 Gold
Windows 2000 server
Reply With Quote