View Single Post
  #6  
Old 01-16-2008, 07:32 AM
 
kini25 kini25 is offline
 

Advanced Member
  
Join Date: Mar 2007
Posts: 30
 

Default Re: Enter Quanity or Even Numbers

Hello

I have tried to get this working but I keep coming up with this :

Error: Smarty error: [in customer/main/product.tpl line 146]: syntax error: unexpected {else} (Smarty_Compiler.class.php, line 46 in /home/amwallc/public_html/store/Smarty-2.6.12/Smarty.class.php on line 1095

The code on the org page looks like this before I change anything.
Quote:
<select id="product_avail" name="amount"{if $active_modules.Product_Options ne '' && $product_options ne ''} onchange="check_wholesale(this.value);"{/if}>
{section name=quantity loop=$mq start=$start_quantity}
<option value="{%quantity.index%}"{if $smarty.get.quantity eq %quantity.index%} selected="selected"{/if}>{%quantity.index%}</option>
{/section}
</select>
{else}
<script type="text/javascript" language="JavaScript 1.2">
__________________
ver. 4.1.9
Reply With Quote