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

Manufacturer Details Browser Page Title

Started by raggatt, August 31, 2015, 02:32:54 AM

Previous topic - Next topic

raggatt

Greetings, I'm building a new site using VirtueMart 3 and Joomla 3.4.  My product is educational materials.  I don't need to categorize by manufacturer, but I do need to categorize by topic. 


On my manufacturers details page for the topic of first aid, the browser tab page title displays:   Manufacturer Details FIRST AID.

It looks like VM automatically appends "Manufacturer Details" to the front of the browser tab page title, which I would like to delete so that the title is just "FIRST AID".  I've attached a screenshot.

Question:  I'd like to edit the browser page title for my manufacturer detail pages.  Is this possible?

Any help would be much appreciated!




GJC Web Design

try setting the lang constant COM_VIRTUEMART_MANUFACTURER_DETAILS to  empty

the title is from the view.html.php

$document->setTitle(vmText::_('COM_VIRTUEMART_MANUFACTURER_DETAILS').' '.strip_tags($manufacturer->mf_name));
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

raggatt

That worked perfectly.  Thank you very much!!!   ;D