VirtueMart Forum

VirtueMart 2 + 3 + 4 => Security (https) / Performance / SEO, SEF, URLs => Topic started by: Kuubs on August 10, 2023, 10:51:33 AM

Title: Change standard Title of pages in virtuemart
Post by: Kuubs on August 10, 2023, 10:51:33 AM
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.
Title: Re: Change standard Title of pages in virtuemart
Post by: 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

Title: Re: Change standard Title of pages in virtuemart
Post by: Kuubs on September 26, 2023, 09:17:33 AM
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