Madbits Posted September 6, 2020 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!
0 veganline Posted September 6, 2020 Posted September 6, 2020 Thanks - that helped me find the long versionhttps://www.onasus.com/how-to-remove-prestashop-shop-name-from-meta-title/
0 Madbits Posted September 8, 2020 Author 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.
Question
Madbits
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!
4 answers to this question
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now