Madbits 7 Posted September 6, 2020 Title might be a little bit confusing, what I mean is that my index title always has the following "tag": If I change the shops name, it will change to whatever I did change initially. But this causes me a few issues because I already am defining the index title and the " - Casablanca" is automatically added. This is what my headers meta title tag looks like: <title>{$meta_title|escape:'html':'UTF-8'}</title> Where can I find "$meta_title" function? I just want to remove that "- whatevertheshopsname" thing. Cheers! Share this post Link to post Share on other sites
1 cienislaw 18 Posted September 6, 2020 classes/Meta.php:getHomeMetas 1 1 Share this post Link to post Share on other sites
0 veganline 25 Posted September 6, 2020 Thanks - that helped me find the long versionhttps://www.onasus.com/how-to-remove-prestashop-shop-name-from-meta-title/ Share this post Link to post Share on other sites
0 Madbits 7 Posted September 8, 2020 Bump, I am trying to do the same for categories too, I have removed all possible connotations in meta.php as in $row['meta_title'] . '-' . whatevershopnamefunctionstuff. Any other specific areas that handle this? Thing is that I can not change my shops name for some reason, whenever I try to access it I get "Restriced access" and then get redirected to my dashboard so I am pretty much in need of handling this stuff on my own. Share this post Link to post Share on other sites
Title might be a little bit confusing, what I mean is that my index title always has the following "tag":
If I change the shops name, it will change to whatever I did change initially.
But this causes me a few issues because I already am defining the index title and the " - Casablanca" is automatically added.
This is what my headers meta title tag looks like:
Where can I find "$meta_title" function? I just want to remove that "- whatevertheshopsname" thing.
Cheers!
Share this post
Link to post
Share on other sites