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!
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.