View Single Post
  #15  
Old 12-17-2007, 03:55 PM
 
aquaimaging aquaimaging is offline
 

Member
  
Join Date: Dec 2007
Posts: 29
 

Default Re: how to delete this (with pic)

Quote:
{* BEGIN change qty to 1 for product 29 or 30 *}
{if $product.productid eq '1' or $product.productid eq '2'}
<input type="hidden" name="amount" value="1">
{else}
{* END change qty to 1 for product 29 or 30 *}

<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>
{/if}{* added for change qty to 1 for product 1 or 2 *}

it is possible to concat product id? because i have few products.. any help pls
__________________
Version 4.1.9
Reply With Quote