I finally figured out how to make all the changes I need to customize my site, but each page still says MEGA_TAG_TITLE how can I change this?. I am very new to this so be gentle with me.
Daphne
I finally figured out how to make all the changes I need to customize my site, but each page still says MEGA_TAG_TITLE how can I change this?. I am very new to this so be gentle with me.
Daphne
Do you have a site that we can look at?
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
I'm not sure which version of Zen Cart you are using, and the key area has changed recently, but I'll take a punt ...
Have you changed your meta_tags.php file and specifically the following linesIf so, have you used apostrophe's in the amended descriptions? If so, you need to "escape" them e.g.// page title
define('TITLE', 'Zen Cart!');
// Site Tagline
define('SITE_TAGLINE', 'The Art of E-commerce');
// Custom Keywords
define('CUSTOM_KEYWORDS', 'ecommerce, open source, shop, online shopping');If you haven't changed them in this way, can you post the code that is in this file for the lines shown above.define('TITLE', 'Daphne\'s Shop!');
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
I am using version 1.3.0 I think
could you tell me where I can find the meta-tags.php file? there seems to be a couple of them. Thanks, Daphne
As you are using the "Classic" template, the one that you are interested in is /includes/languages/english/classic/meta_tags.php. That quite possibly won't exist. If so, you create it by copying /includes/languages/english/meta_tags.php. If that doesn't exist or is corrupted, it could explain your problem. Otherwise review the copy that you now have in the classic directory to see if it looks OK and if you're not sure post the lines requested above and I'll take a look.Originally Posted by daphnetree
Kuroi Web Design and Development | Twitter
(Questions answered in the forum only - so that any forum member can benefit - not by personal message)
look whether there is a file \includes\languages\english\meta_tags.php