View Single Post
  #16  
Old 06-30-2003, 10:38 PM
 
jgkiefer jgkiefer is offline
 

Advanced Member
  
Join Date: Apr 2003
Posts: 85
 

Default

The question was:
Quote:
I want to use a conditional statement to show a graphic or text if the item has a quanity discount. What would be used to detect "if quanity" and what would the correct syntax be?
Example:
if quanity discount
display image.gif (or text)
endif
The answer is:
Code:
{if $product_wholesale ne ""} graphic or text goes here between the if statements {/if}
Sorry it took me so long to post this little goodie.
Reply With Quote