View Single Post
  #2  
Old 02-01-2010, 07:52 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: Custom content to a specific category page

It is possible. You need to modify skin1/customer/main/subcategories.tpl and just after the h1 tag (or any other place you want it to show)
Code:
{if $current_category.category eq "200"}show cusotm contents{/if}
replace "200" with your category id
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote