VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: lukelee on February 13, 2013, 02:01:36 AM

Title: Page Title for Manufacturer page
Post by: lukelee on February 13, 2013, 02:01:36 AM
Here is the link: http://hytechtest.test.hornetmarketing.com.au/workwear/manufacturer/blundstone-boots
The title is Virtuemart Homepage Blundstone
How can I change the text "Virtuemart Homepage"?

Thanks
Title: Re: Page Title for Manufacturer page
Post by: jjk on February 14, 2013, 20:31:19 PM
If you are talking about the title tag in the source code of that page, normally in 'Shop > Vendor Information > Shop Name' (Don't forget to clear your Joomla and Browser cache). In many cases you can also overwrite the page title in the menu item settings.
Title: Re: Page Title for Manufacturer page
Post by: lukelee on March 15, 2013, 03:51:54 AM
Quote from: jjk on February 14, 2013, 20:31:19 PM
If you are talking about the title tag in the source code of that page, normally in 'Shop > Vendor Information > Shop Name' (Don't forget to clear your Joomla and Browser cache). In many cases you can also overwrite the page title in the menu item settings.
Thanks, jjk:
  But its not what I refer to. If you check this page: http://hytechworkboots.com.au/workwear/manufacturer/redback-boots
  The page title is "Virtuemart Homepage Redback", I want to edit this page title.
Title: Re: Page Title for Manufacturer page
Post by: PRO on March 15, 2013, 04:07:47 AM
"Virtuemart Homepage"

is probably a "vendor name"
or menu item


category/view.html

      $virtuemart_manufacturer_id = JRequest::getInt('virtuemart_manufacturer_id',0 );
      if ($virtuemart_manufacturer_id and !empty($products[0])) $title .=' '.$products[0]->mf_name ;
      $document->setTitle( $title );


It should be the manufacturer name right after the original title

Look in your menu items, or vendor name, or maybe the "language file"
Title: Re: Page Title for Manufacturer page
Post by: cas on April 20, 2013, 21:59:20 PM
When editing a Manufacturer in the admin, there are no Page Title or Meta Tag fields for us to edit.  We need the admin for Manufacturers to have the same editable information that other pages have, such as Custom Page Title, Meta Description, Meta Keywords, etc.
Title: Re: Page Title for Manufacturer page
Post by: cas on June 13, 2013, 21:39:50 PM
Is this fixed yet?  It was reported in February. 
Title: Re: Page Title for Manufacturer page
Post by: cas on August 10, 2013, 08:50:17 AM
Can you give us a status when this will be fixed?