View Single Post
  #25  
Old 12-18-2007, 12:17 AM
 
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 1 or 2 *}
{if $product.productid eq '1' or $product.productid eq '2'}
<input type="hidden" name="amount" value="1">
{elseif $product.productid eq '3' or $product.productid eq '4'}
{else}

i try to put elseif statement and its works but it's load slower, why?

and the quantity text is still there but the drop down is removed..
__________________
Version 4.1.9
Reply With Quote