View Single Post
  #3  
Old 10-05-2005, 10:25 AM
 
dprice.sf dprice.sf is offline
 

Advanced Member
  
Join Date: May 2005
Posts: 66
 

Default

Quote:
Originally Posted by shan
see customer/buny_now.tpl

and see 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>

also see here on how to use the step function within a section

http://smarty.php.net/manual/en/language.function.section.php

thanks shan.

i'm still a little confussed about which variable i'll need to modify and how.

i took a look at the link you included - but didn't see an example of a loop based on a fixed variable.
__________________
Version 4.0.14
Reply With Quote