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