Hello,
At the moment the title of the page goes by {Categoryname: Product name}
Now I want to ceompletely remove the categoryname from this setup. Hwo can I do that? I cannot find the settings regarding this.
look for
// Set the titles
in components\com_virtuemart\views\productdetails\view.html.php
you can move this code to the template over ride and it should work
Quote from: GJC Web Design on August 10, 2023, 12:29:07 PM
look for
// Set the titles
in components\com_virtuemart\views\productdetails\view.html.php
you can move this code to the template over ride and it should work
Awesome thank you