Hi there still having trouble doing this. I already searched for weeks and now im tired 
it is now linking to the product listing but it displays the icons(for the categories) that is on homepage and it gets the product name not the category name. here is the code that I used
PHP Code:
<a href="<?php echo str_replace("product_info", "index",$product['linkProductsName']); ?>"><font size="-2" color="#898787"><span id="cartProdTitle"><?php echo zen_get_categories_name(zen_products_lookup($product['id'], 'master_categories_id'));
; ?></span></a>
here is the link to the site im concerned with
https://spares.cncmachinery.com.au/i...=shopping_cart
add a product to cart then click the gray text under the product name..that is what i am pertaining to
and this is what i want it to look like
https://spares.cncmachinery.com.au/i...e=products_all
as you can see, the gray text there under the product name leads to the product listing of that category.I managed to get that by using this code but it doesnt work for the shopping cart
PHP Code:
<a href= index.php?main_page=index&cPath="'. zen_href_link(zen_get_info_page($products_all->fields['product_id']), 'cPath='
.zen_get_generated_category_path_rev($products_all->fields['master_categories_id'])
. $productsInCategory[$products_all->fields['category_id']] . '&linkProductsName=' . $products_all->fields['product_id']) . '">
Please shed some light to me..
Any help from you guys is greatly appreciated.