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)
-   -   Modifying the center area for a specific category (https://forum.x-cart.com/showthread.php?t=11560)

bswede 01-19-2005 06:59 AM

Modifying the center area for a specific category
 
Hi:

I am trying to add some html text to display in the center area only if a specific category is selected from the left area of a 3 column store. I am not sure which of the templates to modify. I know this should be easy, but I am having trouble sifting through the code to find the right place. Can anyone help? Does anyone have a code example I can base my mod on?

Thanks for any help you can give.

Brad Hanson

shan 01-19-2005 07:20 AM

in the central space of home.tpl add something like this

Code:

{if $cat eq "5"}
put your code here
{/if}



just swap 5 for the category id number

bswede 01-19-2005 08:46 AM

Thanks for the help. I thought this was where I was suppose to put the code but I did some second guessing last night. Any way...all works well and the client is happy.

Thanks again,

Brad


All times are GMT -8. The time now is 06:08 PM.

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