Author Topic: Change standard Title of pages in virtuemart  (Read 631 times)

Kuubs

  • Jr. Member
  • **
  • Posts: 446
Change standard Title of pages in virtuemart
« 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.

GJC Web Design

  • 3rd party VirtueMart Developer
  • Super Hero
  • *
  • Posts: 10881
  • Virtuemart, Joomla & php developer
    • GJC Web Design
  • VirtueMart Version: 3.8.8
Re: Change standard Title of pages in virtuemart
« Reply #1 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

GJC Web Design
VirtueMart and Joomla Developers - php developers https://www.gjcwebdesign.com
VM3 AusPost Shipping Plugin - e-go Shipping Plugin - VM3 Postcode Shipping Plugin - Radius Shipping Plugin - VM3 NZ Post Shipping Plugin - AusPost Estimator
Samport Payment Plugin - EcomMerchant Payment Plugin - ccBill payment Plugin
VM2 Product Lock Extension - VM2 Preconfig Adresses Extension - TaxCloud USA Taxes Plugin - Virtuemart  Product Review Component
https://extensions.joomla.org/profile/profile/details/67210
Contact for any VirtueMart or Joomla development & customisation

Kuubs

  • Jr. Member
  • **
  • Posts: 446
Re: Change standard Title of pages in virtuemart
« Reply #2 on: September 26, 2023, 09:17:33 AM »
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