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..