View Single Post
  #7  
Old 09-18-2009, 10:42 AM
 
ChristineP ChristineP is offline
 

eXpert
  
Join Date: Jul 2008
Posts: 310
 

Default Re: Increase Quantity for specific product

Thanks Ashley.

I've tried using {if $cat eq "78"} or {if $cat eq 78} for my closeouts category, but this isn't working for me in my product.tpl. I tried this also for showing the discount and crossed out market price with another thread, but no cigar. What has worked is using an extra field that I have set up for condition rating for my closeouts, and for this thread for either the text or drop down quantity to show, I am able to get this to work with {if $product.avail eq 1} and it shows the drop down selection for my closeouts with only 1 available.

{if $product.avail eq 1}
drop down
{else}
text field
{/if}

Christine
__________________
______________
version 4.1.9 Gold
Reply With Quote