Joomla 2.15
VM 2.6
I would like to know how/where I can change the Page title on the result page of Virtuemart category view Manufacturer?
By default it shows: VirtueMart Category View <manufacturer name>
thanks & rgds
have a play around in components/com_virtuemart/views/category/view.html.php
around line 274 theres a function setTitleByJMenu($app)
thanks
you can just set the page title in the EDIT view of the category, also for products!