Thread
:
Custom content to a specific category page
View Single Post
#
2
02-01-2010, 07:52 AM
cflsystems
Veteran
Join Date: Apr 2007
Posts: 14,201
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
cflsystems
View Public Profile
Send a private message to cflsystems
Find all posts by cflsystems