Hi
How do i change the header text that displays at the top of your browser, from
"Zen Cart!, The Art of E-commerce"?
thankyou
Hi
How do i change the header text that displays at the top of your browser, from
"Zen Cart!, The Art of E-commerce"?
thankyou
Where in the FAQ can I find help with this? I looked.....but I am blind.... help would be greatly appreciated. Thank you!
nm, I have found an answer. :-)
Hi,
I can't find anywhere in the FAQ about changing the <header>/<title> text,
is there link someone can give me to go to this? or how do i change it?
Hello!
There are tools waiting and you can search for yourself.
In Admin => Tools = Developers Tool Kit
Please make sure to use override for any modification (Pls refer to other related topics!)
With the keyword "Zen Cart!" and "The Art of E-commerce", found the following.
includes/languages/english/meta_tags.php
Line 11 -
define('TITLE', 'Zen Cart!');
Line 14 -
define('SITE_TAGLINE', 'The Art of E-commerce');
To modify
=======
Copy the above file and save it in your override file directory as
includes/languages/english/YOUR_TEMPLATE/meta_tags.php
And modify the line 11 and 14 as you wish.
e.g.
===
Line 11 -
define('TITLE', 'My Dream Cart!');
Line 14 -
define('SITE_TAGLINE', 'Wish you luck');
Note:
====
You should only modify the contents inside and between the two quote marks!
The followings are similar and you may want to modify. But they shown in other position and in orhter files.
includes/languages/english/header.php
Line 21 -
define('HEADER_ALT_TEXT', 'Powered by Zen Cart :: The Art of E-Commerce');
includes/languages/english/classic/header.php
Line 21 -
define('HEADER_ALT_TEXT', 'Powered by Zen Cart :: The Art of E-Commerce [home link]');
If still have problems, pls ask again.![]()
A New Starter again