VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: anonunder on April 23, 2018, 14:04:31 PM

Title: Problem with URL
Post by: anonunder on April 23, 2018, 14:04:31 PM
Hello,

I have a website where I have a lot of "manufacturers" and products.

When I click on one product, and then I click on show all products from this manufacturer it appears this link: http://link.com/apoteka/shop/manufacturer/avene.html and it doesn't show all products. I figure it out, when I add "brendovi(page where are shown all manufacturers)", it is working, so this is the correct URL: https://link.com/apoteka/shop/brendovi/manufacturer/avene.html

I tried to add

$manufacturerProductsURL = JRoute::_('index.php?option=com_virtuemart&view=manufacturer&virtuemart_manufacturer_id=' . $this->manufacturer->virtuemart_manufacturer_id, FALSE); but the link became MANUFACTURERS ( with S ), and it adds brendovi, but link doesnt work than..