Jump to content
  • 0

Automatyczny Dopisek Do Meta Title


procent85

Question

5 answers to this question

Recommended Posts

  • 0

Pisaliśmy na wykopie... rozwiązanie podane przez Daresha zadziała ale problemem jest co innego, prawdopodobnie jest ono jeszcze prostsze i masz dopisek statycznie dopisany w header.tpl, który trzeba skasować, domyślnie $meta_title w PrestaShop ma taki format:

$ret['meta_title'] = (isset($metas['title']) && $metas['title']) ? $metas['title'].' - '.Configuration::get('PS_SHOP_NAME') : Configuration::get('PS_SHOP_NAME');

Co oznacza, że mamy dla produktów:

"Wartość wpisana w SEO -> meta tytuł" - "Nazwa sklepu"

Link to comment
Share on other sites

  • 0
$ret['meta_title'] = (isset($metas['title']) && $metas['title']) ? $metas['title'].' - '.Configuration::get('PS_SHOP_NAME') : Configuration::get('PS_SHOP_NAME');

Co oznacza, że mamy dla produktów:

"Wartość wpisana w SEO -> meta tytuł" - "Nazwa sklepu"

 

W /classes/meta.php mam właśnie tę wartość. Gdzieś w necie znalazłem, że powinno być to w /override/classes/Meta.php, ale tu tego pliku nie mam.

Przekopiować?

 

W header.tpl mam tylko

<meta charset="utf-8" /><title>{$meta_title|escape:'html':'UTF-8'}</title>
Edited by procent85 (see edit history)
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...