View Single Post
  #1  
Old 11-22-2004, 01:31 PM
 
Professor_Kan Professor_Kan is offline
 

Member
  
Join Date: Oct 2004
Posts: 21
 

Default Radio button help please

Cart v 3.4.x

I can't seem to get my radio button to select any values.

Here is my code

Code:
<td valign=middle height=25> {if $usertype eq "A"} { $product_options[product_option].optclass }: {else} { $product_options[product_option].opttext } {/if} </td> <td valign=middle> {if $cname ne ""} {assign var="poname" value="$cname[`$product_options[product_option].optclass`]"} {else} {assign var="poname" value="product_options[`$product_options[product_option].optclass`]"} {/if} {if $product_options[product_option].options ne ""} {assign var="options" value=$product_options[product_option].options} {section name=option loop=$options} <input type="radio" value="{ $product_options[product_option].opttext }" name="{$smarty.section.option.index}{if $options[option].select ne ""} checked{/if}"> {$options[option].option}{if $options[option].surcharge ne 0} ({$options[option].surcharge|value_sign:"1"} {if $options[option].type eq "absolute"}{$config.General.currency_symbol}{$options[option].surcharge|abs_value} {else}{$options[option].surcharge|abs_value}%{/if}){/if} </option> </select> {/section}

some help please?
__________________
168
Reply With Quote