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 template/theme per category (https://forum.x-cart.com/showthread.php?t=42991)

Gios 10-15-2008 08:46 AM

Different template/theme per category
 
I was wondering if there's a way or even a mod that allows an admin to select a different theme or template for a specific category.

Example:

Category1:
-- Red colored theme with image set 1

Categoery2:
-- Blue colored theme with image set 2


Thank you!

Christopher728 10-15-2008 04:32 PM

Re: Different template/theme per category
 
You may want to have a look at these Mods -

http://www.websitecm.com/x-cart-mods/xcart-skin-swap.html

http://www.websitecm.com/x-cart-mods/multiple-product-listing-templates-for-xcart.html

We have purchase the skin swap one, but I haven't implemented it yet, so I couldn't tell you much about it.

junaid 10-17-2008 10:45 AM

Re: Different template/theme per category
 
it is relatively easy with new version.
{if strstr($current_category.categoryid_path, 'xyz')}{include file=xyz.tpl}{/if}

xyz.tpl can be your header, footer right nav, subcat.tpl or even home.tpl or even .css file.

it would be a headache to maintain all the files in longer run therefore i would recommend having css and top portion of site changed.

i hope it helps.

WhiteDoveGifts 10-17-2008 11:14 PM

Re: Different template/theme per category
 
This might help you further:

http://forum.x-cart.com/showthread.php?t=41711

Cheers,


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

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