-- url of the page with the problem -- :
www.hikashop.com
-- HikaShop version -- : 4.2.3
-- Joomla version -- : 3.9.16
-- PHP version -- : 7.3.9
-- Browser(s) name and version -- : Chrome
In an old topic you wrote this...
In order to go more far your custom your product/show.php, view and add where needed this code in order to display your product category.
foreach ($this->categories as $key => $value) {?><div id="hikashop_product_category_<?php echo $value->category_id ?>"><?php echo $value->category_name ?></div><?php}
I would like to insert the category link
<a href="???????????????????"><?php echo $value->category_name ?></a>
Thanks