Jump to content

Duplicate meta title manufacturer


Recommended Posts

Hi

 

I upgraded from 1.2 something to 1.4.7, with Matrice theme, still working, almost done, some details left.

I noticed that my meta title on maufacturer page doubles like that: ManufacturerNameManufacturerName - ShopTitle. I have no idea why, I was hoping for a bit of help or a hint... :) Thank you. see here; http://www.shopbebe.eu/38_4baby

 

And if I'm here, too lazy to start a new post :), I see that above the whole shop i have a letter "a" in the left upper corner, it appears in some places in admin too (here, in Modules, like this:

a

add.gif Add a module from my computer) and can't figure out where I added it by mistake... Funny, isn't it? ;)

 

Thank you so so much for any help!

Link to comment
Share on other sites

  • 2 years later...

For those who still seek for a solution and find this thread (like me) :

All you have to do is edit the /classes/Tools.php

 

Around line 610 you'll find a function :

public static function getMetaTags($id_lang, $page_name, $title = '')

Look down to find

            /* Manufacturers specifics meta tags */

In this block, you'll see a line that says

$row['meta_title'] .= $row['name'] . (!empty($page_number) ? ' ('.$page_number.')' : '');

 

Just remove the dot before the equal sign, and it will be fine.

Link to comment
Share on other sites

×
×
  • Create New...