View Single Post
  #1  
Old 10-08-2004, 05:14 PM
 
TheCross TheCross is offline
 

Advanced Member
  
Join Date: Jul 2004
Posts: 31
 

Default Isolating One Category

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.
__________________
http://www.VantageStreet.com
Using X-Cart version 4.0.0
Reply With Quote