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 a link to category from product listing (https://forum.x-cart.com/showthread.php?t=22180)

qualiteam 04-21-2011 08:18 PM

Re: Adding a link to category from product listing
 
In this case try this one:
* add
PHP Code:

$smarty->assign('current_category'$current_category); 

to the "product.php" script, right before this code
PHP Code:

if (!empty($product_info)) {

    
$location[] = array( 

* use
Code:

{$current_category.category}
in the skin/common_files/customer/main/product.tpl" template.


All times are GMT -8. The time now is 09:32 PM.

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