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)
-   -   Adding Specific banners to specific categories! (https://forum.x-cart.com/showthread.php?t=27404)

bedstar 12-16-2006 05:31 AM

Adding Specific banners to specific categories!
 
Hi All

Im hoping this will be quite a simple one but im not much of a programmer so any help will be great.

I want to add different baners to different category sections so i need a set of {if}{else} statements but i wsn't sure of the structure. eg

{category URL eq "www.mystore.com/shop/category1.html} display this image
{elseif}
{category URL eq "www.mystore.com/shop/category2.html}display this
{/if}

I want to be able to do this with the html catalog so i can use categoryid=4 it has to be a URL that is specific to the html.catalog

Thanks

john
X-Cart 3x

balinor 12-16-2006 06:39 AM

Re: Adding Specific banners to specific categories!
 
{if $cat eq 'x'}

show this

{elseif $cat eq 'x'}

show that

{/if}

replace 'x' with the number of the category.


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

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