View Single Post
  #6  
Old 10-28-2008, 11:08 AM
 
ibit-matt ibit-matt is offline
 

Advanced Member
  
Join Date: Sep 2008
Posts: 60
 

Default Re: Add module to catagory view

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
__________________
X Cart Version 4.1.11
Reply With Quote