View Single Post
  #2  
Old 01-16-2008, 06:18 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: Enter Quanity or Even Numbers

In skin1/customer/main/product.tpl

Change...
Code:
{section name=quantity loop=$mq start=$start_quantity}
To...
Code:
{if $cat eq "123"} {section name=quantity loop=$mq start=$start_quantity step=2 start=2} {else} {section name=quantity loop=$mq start=$start_quantity} {/if}
"123" being the category ID.
__________________
xcartmods.co.uk
Reply With Quote