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)
-   -   Link to current Category 4.2 (https://forum.x-cart.com/showthread.php?t=48155)

mudebate 06-17-2009 05:33 PM

Link to current Category 4.2
 
Hi,

Can anyone clue me in as to how to create a link to the current category on the product.tpl page?

I don't want the complete breadcrumbs path, just the current category.

Thanks!

Victor D 06-17-2009 05:43 PM

Re: Link to current Category 4.2
 
Like this
Code:

<a href="home.php?cat={$current_category.categoryid}">{$current_category.category}</a>

mudebate 06-17-2009 06:21 PM

Re: Link to current Category 4.2
 
Thanks, worked perfectly!


All times are GMT -8. The time now is 10:03 PM.

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