stylingc Posted November 21, 2017 Share Posted November 21, 2017 (edited) Hi guys! I'm working on a website and trying to figure out how to fix the website title in correct position. For example, would it like this: "Company name - Title" Now its like this: "Title - Company name": So basically I would like to switch place between those two.. And if someone knows how to remove the website title on invoices/email templates it would be awesome! Regards Edited November 21, 2017 by stylingc (see edit history) Link to comment Share on other sites More sharing options...
selectshop.at Posted November 21, 2017 Share Posted November 21, 2017 Prestashop version ? You will find this meta for PS 1.6. in your theme header.tpl (/themes/themeinuse/header.tpl). <head> <meta charset="utf-8" /> <title>{$meta_title|escape:'html':'UTF-8'}</title> Link to comment Share on other sites More sharing options...
stylingc Posted November 21, 2017 Author Share Posted November 21, 2017 Thanks.. but problem is doing that it changes the title EVERYWHERE.. I would only like to change title on the index page not on other cms pages and on products.. Link to comment Share on other sites More sharing options...
selectshop.at Posted November 21, 2017 Share Posted November 21, 2017 There is only one file responsible for this. If you need other behavior for other sites, than it is a customs coding by overriding standard Prestashop behavior. Link to comment Share on other sites More sharing options...
stylingc Posted November 21, 2017 Author Share Posted November 21, 2017 Do you know how it can be done?? Really important for us.. And also if its possible to remove the title from invoices, and only keep like a custom text.. Link to comment Share on other sites More sharing options...
stylingc Posted November 22, 2017 Author Share Posted November 22, 2017 ?? Link to comment Share on other sites More sharing options...
selectshop.at Posted November 22, 2017 Share Posted November 22, 2017 I'm not a coder. You can put your question to the job offer forum section, if it is urgent. Link to comment Share on other sites More sharing options...
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