I am looking to do something like this:
Code:
{if $cat eq "14-68"}
{include file="customer/main/products_np.tpl" products=$products}
{else}
{include file="customer/main/products.tpl" products=$products}
{/if}
I want anything in cat 14 through 68 not to pull a different tpl file without a price. I am doing this to show case some products that they have to call and order. Thanks for the help.
hudge