Search the Community
Showing results for tags 'meta_title'.
-
Hello, i'm using a management software to export all of my products before I can upload them to Prestashop: since the title are getting wiped out at every upload (I know I can just ignore the title column, but I work for a pharmacy and products are constatly changing, so I add a lot of them every time) I'm using the meta tag. The product names from the management are ugly as hell (it's a kind of conventional code of abbreviation for pharmacies, where, for instance, "pills" are "PLL"): is there a way to let the customers display the meta title in place of the ugly product name? I attached a screenshot with highlighted ugly title and meta title (as under <head>) I already got the "meta title" written in its location, I just need prestashop frontend to display that instead of the product name... but when I analyzed the product page I found that there are two <title> tag, one in the head section (that's the meta title, which is what I want my customers to see) and the other one in the body section (the ugly one, but that I can't get rid of because it's automatically imported each time I run the cvs upload)
- 3 replies
-
- meta_title
- title
-
(and 6 more)
Tagged with:
-
Bonjour, Version de PHP : 7.1.32 Version de PrestaShop : 1.7.6.4 J'ai plusieurs erreurs à plusieurs niveaux : - Création d'une catégorie : Une erreur inattendue s'est produite. [PrestaShopException code 0] - Edit / Création d'un produit : La propriété CMS->meta_title est vide. in classes/ObjectModel.php (line 1051) } $message = $this->validateField($field, $value, $id_lang); if ($message !== true) { if ($die) { throw new PrestaShopException($message); } return $errorReturn ? $message : false; } } Au niveau des logs j'ai ceci : [2020-04-07 21:06:37] php.INFO: User Deprecated: Implementing "Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface" without the "reset()" method is deprecated since Symfony 3.4 and will be unsupported in 4.0 for class "Csa\Bundle\GuzzleBundle\DataCollector\GuzzleCollector". {"exception":"[object] (ErrorException(code: 0): User Deprecated: Implementing \"Symfony\\Component\\HttpKernel\\DataCollector\\DataCollectorInterface\" without the \"reset()\" method is deprecated since Symfony 3.4 and will be unsupported in 4.0 for class \"Csa\\Bundle\\GuzzleBundle\\DataCollector\\GuzzleCollector\". at /home/podscomuqn/www/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Profiler/Profiler.php:215)"} [] [2020-04-07 21:06:37] php.CRITICAL: Uncaught Exception: La propriété CMS->meta_title est vide. {"exception":"[object] (PrestaShopException(code: 0): La propriété CMS->meta_title est vide. at /home/podscomuqn/www/classes/ObjectModel.php:1051)"} [] [2020-04-07 21:06:37] request.CRITICAL: Uncaught PHP Exception PrestaShopException: "La propriété CMS->meta_title est vide." at /home/podscomuqn/www/classes/ObjectModel.php line 1051 {"exception":"[object] (PrestaShopException(code: 0): La propriété CMS->meta_title est vide. at /home/podscomuqn/www/classes/ObjectModel.php:1051)"} [] [2020-04-07 21:06:38] security.DEBUG: Stored the security token in the session. {"key":"_security_main"} [] [2020-04-07 21:06:38] doctrine.DEBUG: SELECT name FROM ps_module WHERE active = 1 [] [] [2020-04-07 21:06:38] request.INFO: Matched route "_wdt". {"route":"_wdt","route_parameters":{"_controller":"web_profiler.controller.profiler:toolbarAction","token":"ebe305","_route":"_wdt"},"request_uri":"https://1-2-3-pods.com/admin913oejdmh/index.php/_wdt/ebe305?_token=4EAeiP8DX-zFI8DlLX1Pmdw6FqlcJEJfPaJMyZwrSJQ","method":"GET"} [] [2020-04-07 21:06:38] php.INFO: User Deprecated: Implementing "Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface" without the "reset()" method is deprecated since Symfony 3.4 and will be unsupported in 4.0 for class "Csa\Bundle\GuzzleBundle\DataCollector\GuzzleCollector". {"exception":"[object] (ErrorException(code: 0): User Deprecated: Implementing \"Symfony\\Component\\HttpKernel\\DataCollector\\DataCollectorInterface\" without the \"reset()\" method is deprecated since Symfony 3.4 and will be unsupported in 4.0 for class \"Csa\\Bundle\\GuzzleBundle\\DataCollector\\GuzzleCollector\". at /home/podscomuqn/www/vendor/symfony/symfony/src/Symfony/Component/HttpKernel/Profiler/Profiler.php:215)"} [] J'ai fait également : - suppression Htaccess - désinstaller le module SEO & Friendly URL - activer / déactiver friendly URL Je suis à court d'idée.
- 3 replies
-
- meta_title
- meta title
-
(and 3 more)
Tagged with:
-
Bonjour, Je suis sur un prestashop 1.6.1.23. Je sèche un peu sur un sujet, c'est pour cela que j'en appelle à la communauté. Comme le titre l'indique je cherche à modifier la meta_title du backoffice et plus particulièrement la meta_title d'une commande. Actuellement lorsque je clique sur une commande dans le BO j'ai en meta_title : Commande > la balise H2 de la commande (ex : Commande > Commande XXXXXXX de François Dupont) Je souhaiterais avoir : Commande > ID_order (ex : Commande > 4125) Auriez-vous une idée svp de comment et où réaliser cette modification? Vous en remerciant par avance. Julien
- 2 replies
-
- prestashop 1.6
- prestashop
-
(and 4 more)
Tagged with:
-
Bonjour à tous, J'essaye despérement de modifier les balises meta des pages de mon module sans succès. Voilà mon problème: J'ai créer un module permettant d'accèder à une page statique ( sur ce principe là http://www.mywatchy....on.mywatchy.php) J'essaie de forcer l'assignation dans smarty de mes variables meta dans la php de la page comme ceci: //Gestion des balise meta $mytitle="Mon super titre"; $mydescription="Ma super description"; $mykeywords="Mes supers mots clés"; $smarty->assign(array( 'meta_title' => mb_convert_encoding($mytitle, "UTF-8"), 'meta_description' => mb_convert_encoding($mydescription, "UTF-8"), 'meta_keywords' => mb_convert_encoding($mykeywords, "UTF-8"))); } Lorsque je lance la console de debug smarty de ma page j'obtiens pour ces variables: $meta_description Smarty_Variable Object (3) ->value = "Ma super description" ->nocache = false ->scope = "Smarty root" $meta_keywords Smarty_Variable Object (3) ->value = "Mes supers mots clés" ->nocache = false ->scope = "Smarty root" $meta_title Smarty_Variable Object (3) ->value = "Mon super titre" ->nocache = false ->scope = "Smarty root" Donc apparement tout se passe bien sauf que mes metas ne s'affiche pas et le title affiché est le nom du site. Avez-vous une idée ? A quel endroit je me suis planté ? Merci d'avance pour vos réponses ;-)
- 4 replies
-
- meta_title
- balises meta
-
(and 2 more)
Tagged with: