I am looking to have a banner/link at the top of the subcategory listing if the category selected is "3". Every thing I have tried isnt working. Can anyone help me? Below I have listed where and what I am editing in my attempts.
File I was editing:
Code:
/customer/main/subcategories.tpl
Code I was working with:
Code:
{if $current_category.category eq "3"}
{include file="customer/main/specialbanner.tpl"}
{/if}
Please help, I know it should be pretty simple, yet it is giving me fits trying to figure it out.