VirtueMart Forum

VirtueMart 2 + 3 + 4 => Product creation => Topic started by: eu4ria on March 13, 2019, 08:34:13 AM

Title: How to show links to all categories of a product in the product page
Post by: eu4ria on March 13, 2019, 08:34:13 AM
Hello! In my vm 3.4.2 (php 7.1) site each product is getting into two categories. These two categories are equivalent. Category 1 - men or women and category 2 - original or copy.
How to show links to ALL categories in a product page?
Now in the product page there is a code:
<?php echo $this->category->category_name?>
This code shows only one category through which the visitor entered the page. and how to show also the second category?
Title: Re: How to show links to all categories of a product in the product page
Post by: GJC Web Design on March 13, 2019, 09:11:04 AM
on the product details template in the $this->product is an array of catids



   $this->product->categories => Array
        (