Can anyone advise me on this please.
This is the end of my
/customer/main/subcategories.tpl
Code:
{include file="dialog.tpl" title=$current_category.category content=$smarty.capture.dialog extra='width="100%"'}
{if $products eq ""}
{if $f_products ne ""}
<p />
{include file="customer/main/featured.tpl"}
{/if}
{/if}
{ include file="customer/main/navigation.tpl" }
<br />
{ include file="customer/main/what_else_Wireless_Rapid_Deployment.tpl" }
<br />
I have added the
Code:
{ include file="customer/main/what_else_Wireless_Rapid_Deployment.tpl" }
<br />
Can I add a php if statement to tell this bit of code to only show up on certain catagories by using the catagories id
Thankyou
