View Single Post
  #3  
Old 05-09-2004, 09:34 PM
  thundernugs's Avatar 
thundernugs thundernugs is offline
 

Senior Member
  
Join Date: May 2003
Location: Bend, OR
Posts: 117
 

Default

i was having the same trouble with an out of place comma on my featured products section on the home page

i changed the ", save" to "save" in skin1/customers/main/products_t.tpl

so it now looks like this:

Code:
{if $products[product].list_price gt 0 and $products[product].price lt $products[product].list_price}save {$discount}%{/if}

worked for me!
Reply With Quote