Quote Originally Posted by trusupport View Post
I am using ZC v1.3.9h on a new install. I am using the template lite_green by 12leaves.com.

In the instructions under step 3 (part B) it says to modify html_header.php, my template does not have this file?

Where should I make the following code changes?
Thannaree said it but I wanted to clarify one thing that can be confusing to some.

trusupport, it's under the template_default, here:
/includes/templates/template_default/common/html_header.php

COPY that file to your custom template directory (which will activate the zen cart overrides) found here:

/includes/templates/[your_template]/common/html_header.php
and paste the code as indicated in the install file.

(where [your_template] is replaced by the actual name of the template directory you are using.)
Just wanted to clarify as I see many getting confused with wondering 'how to save it' etc...

Thanks to Thannaree for the original response.