News:

Support the VirtueMart project and become a member

Main Menu

Page Title for Manufacturer page

Started by lukelee, February 13, 2013, 02:01:36 AM

Previous topic - Next topic

lukelee

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

jjk

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.
Non-English Shops: Are your language files up to date?
http://virtuemart.net/community/translations

lukelee

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.

PRO

"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"

cas

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.

cas

Is this fixed yet?  It was reported in February. 

cas

Can you give us a status when this will be fixed?