Jump to content

Shop_Name In Category Meta Title - In Some Categories Only


outlet.ee

Recommended Posts

PS1.6. Only some of the categories have " - shop_ name" added to the meta title, although they all have the meta title.

 

In classes/meta.php I tried to remove ps_shop name (and cleared cache) here but no luck:

                if (!empty($row['meta_title']))
                    $row['meta_title'] = $title.$row['meta_title'].(!empty($page_number) ? ' ('.$page_number.')' : '');
                else
                    $row['meta_title'] = $row['name'].(!empty($page_number) ? ' ('.$page_number.')' : '').' - '.Configuration::get('PS_SHOP_NAME');

                if (!empty($title))
                    $row['meta_title'] = $title.(!empty($page_number) ? ' ('.$page_number.')' : '').' - '.Configuration::get('PS_SHOP_NAME');

Does anybody know where this shop title is coming from?

 

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...