X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Custom content to a specific category page (https://forum.x-cart.com/showthread.php?t=52072)

pdstudio 02-01-2010 07:30 AM

Custom content to a specific category page
 
1 Attachment(s)
When I go to a specific category, I will put there some custom content above the category thumbnails. Is it possible?

I made a picture to illustrate the thing, its attached.

cflsystems 02-01-2010 07:52 AM

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


All times are GMT -8. The time now is 06:05 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.