Quote Originally Posted by angel23 View Post
Hello

I am using Apple Zen, and I have got to say, it's fab, very easy to find your way around and change colours etc.

I have one problem, I recently had my zen cart installation copied from one domain to another, since then my meta tags do not seem to be working, i.e. I have changed the title and the site tag line in the meta_tag.php file but it doesn't reflect that in my browser, my browser is showing http://www.mydomain.com/catalogue and does not change no matter what I do

I'm posting this question here as I have read in other threads that you need to change the html_header file within folder YOURTEMPLATE/common. I would change this file but apple_zen does not seem to have one in the template folder. Is there anything else I need to change/check?

This was working ok in my old domain which says to me that some file or piece of code went missing. I don't know how to repair this.

Is there something I'm missing? I hope somebody can help
Your site's title, in it's source, looks like this:

<title></title>

Your keywords and description are blank as well.

Its OK if apple zen does not have a meta_tags.php file. It will not include every file, because templates only include changed files, and I didn't make any changes in meta_tags.php.

Now, you can certainly save meta_tags.php in the apple_zen folder, especially since it is a file that you will make changes to, but the way zen cart works, is that if there is NOT a file in the CUSTOM folder, it looks for it main language file folder.

Check and double check that includes/languages/english/meta_tags.php OR includes/languages/english/apple_zen/meta_tags.php exists. Remember capitalization matters. Check the permissions settings, mine is at 644. Make sure theres no space before the <? php at the top of the page.

Those are all the ideas I have. You may want to start a new thread about this, as I don't think its template related.