View Single Post
  #3  
Old 09-05-2003, 09:57 AM
 
pipercub pipercub is offline
 

Advanced Member
  
Join Date: Oct 2002
Posts: 82
 

Default

It works! Here's what I put into my product.tpl:
Code:
{if $product_wholesale ne ""} {section name=wi loop=$product_wholesale} {if $smarty.section.wi.last} {include file="currency.tpl" value=$product_wholesale[wi].price} {/if} {/section} {else} {include file="currency.tpl" value=$product.price} {/if}

Now, that I feel great about that, I'm back to banging my head against the wall because it does not work in the products_t.tpl!

Back to the drawing board.

Piper
Reply With Quote