X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Dev Questions (https://forum.x-cart.com/forumdisplay.php?f=20)
-   -   Sidebar Change by Category (https://forum.x-cart.com/showthread.php?t=67362)

liamb2001 07-16-2013 12:06 AM

Sidebar Change by Category
 
Hi guys does anyone know if its at all possible to have the entire left sidebar change by category ?

By this i mean that if when you click into a category the "Mens" sub categories only appear and the same if "Womens" is clicked a different side category appears ? is there any sort of mod anyone know of or a way of doing this in the code at all ?

maye even some simple code that says eg if in this category load mens_sidebar.tpl or if in this category load womens_sidebar.tpl

philrisk 07-16-2013 05:15 AM

Re: Sidebar Change by Category
 
PHP Code:

{if $cat eq "3"}
load whichever .tpl nav you want
{elseif $cat eq "4"}
load whichever .tpl nav you want
{elseif $cat eq "5"}
load whichever .tpl nav you want

etc
...
{/if} 


Thats an easy way of doing it.

philrisk 07-16-2013 05:16 AM

Re: Sidebar Change by Category
 
Sorry after all the elseif's you will need an else to the normal leftnav just in case.

liamb2001 07-16-2013 06:23 AM

Re: Sidebar Change by Category
 
thanks mate ill give that a go :)


All times are GMT -8. The time now is 03:37 AM.

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