Jump to content

Problem with Meta-Tile


adrirg2424

Recommended Posts

Hello

 

I have a 1.4.9 prestashop store with over 5000 products all with the name in uppercase.

 

The problem is that the products have all uppercase, all meta-title also are capitalized

 

 

And what I really want is that the Meta-title them in lower case or only the first letter capitalized

 

 

As an example I have now in the Meta-Title:

 

THIS IS THE PRODUCT RED

 

I want to have in the Meta-Title:

 

This Is The Product Red

 

 

 

I think I have to modify the file tools.php but do not really know I have to do.

 

Any ideas or help?

 

Thanks

Link to comment
Share on other sites

Any ideas or help?

 

Thanks

 

go to Your template directory and open header.tpl file

 

you can find out there something like:

 

<title>{$meta_title|escape:'htmlall':'UTF-8'}</title>

 

change it to:

 

<title>{$meta_title|lower|escape:'htmlall':'UTF-8'}</title>

 

in some cases to see changes in template files you must turn force compilation to on, heres an tutorial about it (if you don't know how to do that): how to turn on force compilation to on in prestashop

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...