View Single Post
  #12  
Old 09-22-2006, 11:01 AM
 
brucew brucew is offline
 

Member
  
Join Date: Jan 2006
Posts: 26
 

Default Re: Add to cart in Product list?

I'm sorry, I'm not getting this at all.

I went from this--
Code:
<SELECT name="amount"> {if $product.min_amount le 1} {assign var="start_quantity" value=1} {else} {assign var="start_quantity" value=$product.min_amount} {/if} {section name=quantity loop=$mq start=$start_quantity} <OPTION value="{%quantity.index%}" {if $smarty.get.quantity eq %quantity.index%}selected{/if}>{%quantity.index%}</OPTION> {/section} </SELECT> {/if}

to just this...?

Code:
<INPUT type="hidden" name="amount" value="1">

Nothings happening :\
__________________
-----------------------------------------------
X-Cart Gold 4.0.17
Reply With Quote