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)
-   -   Different message for differnet catagory (https://forum.x-cart.com/showthread.php?t=11737)

x-online 01-26-2005 05:49 PM

Different message for differnet catagory
 
Hi,

I would like to know how to show different messages up the top of the catagory box eg.

CLick on the A catagory then it takes you to the next page.
then the message A up the top and then the products/sub catagory at the bottom.

Then if customer click B catagory the it shows B message.

Any ideas plesae?

shan 01-27-2005 01:57 AM

Code:

{if $cat eq 1}

show message 1

{elseif $cat eq 2}

show message 2

{/if}


where the numbers represent the category id numbers

x-online 01-27-2005 03:39 AM

Thanks shan
 
Thanks Shan, should work like a Charm ^_^


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

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