ws4u Posted May 1, 2013 Share Posted May 1, 2013 (edited) I am running presta 1.4.10 and would like to change the title separator for all titles in the shop from " - " to " | ". The current format is: title of the page - shopname, i need: title of the page | shopname. I wanted to rewrite all " - " into " | " in tools php, is this a good solution? Anyone has some experience with this. Thank you Edited May 1, 2013 by vekia (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted May 1, 2013 Share Posted May 1, 2013 I am running presta 1.4.10 and would like to change the title separator for all titles in the shop from " - " to " | ". The current format is: title of the page - shopname, i need: title of the page | shopname. I wanted to rewrite all " - " into " | " in tools php, is this a good solution? Anyone has some experience with this. Thank you open the file: header.tpl located in the themes / your_theme / header.tpl then use the: <title>{$meta_title|replace:'-':'|'|escape:'htmlall':'UTF-8'}</title> isntead the default one 1 Link to comment Share on other sites More sharing options...
ws4u Posted May 1, 2013 Author Share Posted May 1, 2013 Thank you, worked fine. Link to comment Share on other sites More sharing options...
vekia Posted May 1, 2013 Share Posted May 1, 2013 Thank you, worked fine. thanks for the information, now i can go ahead and mark this thread as solved regards Link to comment Share on other sites More sharing options...
rmalla Posted June 3, 2016 Share Posted June 3, 2016 Hey Vekia, I want to change the product title format. I want to display fist the Manufacturer and then the Part Number. Is there any way to do this??? Thanks, Ricardo Malla 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