VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: annakri on April 27, 2014, 23:09:48 PM

Title: Category Path for products
Post by: annakri on April 27, 2014, 23:09:48 PM
Hi! I am using Virtu Mart 2 to display my products. How can I display for each article the product path?

Thanks a lot in advance!
Title: Re: Category Path for products
Post by: K&K media production on May 01, 2014, 19:55:48 PM
Please look in the category layout file

components/com_virtuemart/views/category/tmpl/default.php

for the links to the products. This should give you a hint to output the product url. Then make a override for the product details page and output the product url as string and not as link.