News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

Change standard Title of pages in virtuemart

Started by Kuubs, August 10, 2023, 10:51:33 AM

Previous topic - Next topic

Kuubs

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

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
VM4 AusPost Shipping Plugin - e-go Shipping Plugin - VM4 Postcode Shipping Plugin - Radius Shipping Plugin - VM4 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

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