VirtueMart Forum

VirtueMart 2 + 3 + 4 => Frontend Modules => Topic started by: melprok on June 23, 2013, 08:13:18 AM

Title: Change the page title (title tag) in the VirtueMart » Front page
Post by: melprok on June 23, 2013, 08:13:18 AM
Hi, I try several things but I can't

I have a menu that is the VirtueMart » Front page.  I change in that menu the values in Page Display Options,
but the page title does not change. 

I can change in a file?

This is the url:  http://www.alexnatural.com/index.php/tienda-productos-naturales-alexs-health-food

I can't change this tag:  <title>Productos</title>

I want to put the site name in front, like the other menus.

Thanks for your help...

Title: Re: Change the page title (title tag) in the VirtueMart » Front page
Post by: David Kan on June 27, 2013, 09:06:51 AM
Hi,
If you want to change title of page
you need go to admin panel --> menu and change Productos and go to tab Page Display Options and change Browser Page Title
Title: Re: Change the page title (title tag) in the VirtueMart » Front page
Post by: melprok on July 17, 2013, 16:36:28 PM
Hi, I changed but doesn't work.  In the Browser Page Title I change to "Alex's Health Food Productos"

I udpate yesterday Virtuemart to 2.0.22 and now the page title is "Welcome to Alex's Health Food"

I don't know why.

Any idea?

Thanks

Title: Re: Change the page title (title tag) in the VirtueMart » Front page
Post by: Maxim Pishnyak on July 17, 2013, 16:46:51 PM
com_virtuemart.2.0.22\components\com_virtuemart\views\virtuemart\
view.html.php
search there - COM_VIRTUEMART_HOME
adjust to your needs code that you find around there
Title: Re: Change the page title (title tag) in the VirtueMart » Front page
Post by: franzpeter on July 17, 2013, 17:04:14 PM
melprok,

you do not need to hack any code. Go into the backend administration -> Virtuemart -> Shop and scroll down to where it reads: Custom Page Title. Enter there an alternative title for the Virtuemart Frontpage. Clear you cache and the browser cache and you should see the new title. The 'Welcome to Alex's Health Food' is the default Shop Name, which you can enter inside the Vendor info. Virtuemart adds automatically the Welcome to... if it is the VM Frontpage. So as already said: Enter something in the Custom Page title and the 'Welcome to ...' disappears!
Title: Re: Change the page title (title tag) in the VirtueMart » Front page
Post by: melprok on April 16, 2014, 20:56:15 PM
Thanks for your help...