Quote Originally Posted by MnDel View Post
Now that I at last have a new template showing up in control panel>tools>template selection as default, I looked where in you said
/includes/languages/english/YOUR_TEMPLATE/
but it is not there, so then i looked for a long time in both cPanel and admin control panel for the 'template-override directory' you mentioned to fix this - but can't seem to find such, can you please give directions to it?
thanks!
You understand that /includes/languages/english/YOUR_TEMPLATE/index.php means that with twist_of_nature being your current template that you should be looking in or for: includes/languages/english/twist_of_nature/index.php correct?

If that directory does not exist, then create a sub-directory of twist_of_nature under includes/languages/english and then copy the index.php from includes/languages/english to includes/languages/english/twist_of_nature.

This is basically your first lesson in the template override system. The idea is that you always leave the default or original programming the way it was, and that you instead copy it over to your template and then make changes to it there. For files/directories that are recognized by Zen Cart as being overrideable will be loaded at least first before loading one of the default files, and in most cases will be loaded instead of the original/default files. (If not mistaken files in the languages directory work like first described, the override file is loaded and then the original file is loaded...)

That help you through your situation?