Ok so I just downloaded Zencart (again) to try and get a webstore built (again) after never being able to get the USPS module to work for me before. So before I try that part I want to get the site looking the way I want it to look. So I started with the template tutorials.
I read about the over ride system and placing the edited files in the folder for the template so it doesn't get over written by updates later.
I have been trying to edit the line at the top of the page that says "TagLine Here" but for some reason it doesn't seem to change. Wondering if I was doing something wrong I tried to edit the "Copyright" on the footer of the page and that changed just fine so I can't figure out what I'm missing on the other part.
Do all edited files go in the same place or will there be multiple places I need to put a template file for edited files?
Here's what I've done so far.
I created my template folder (called gallery) and populated it with the css file, the template_info file, the common, sideboxes, templates and images folders as per this tutorial.
http://www.zen-cart.com/wiki/index.p...lates_-_Create
I then went on to read the over rides information here
https://www.zen-cart.com/tutorials/i...hp?article=230
and
https://www.zen-cart.com/tutorials/index.php?article=36
At this point I used the dev tool to find out where the "TagLine Here" was in the code and discovered it to be in
/hsphere/local/home/cjgilber/shop.catisfaction.net/includes/languages/english/header.php
Line #21 : define('HEADER_SALES_TEXT', 'TagLine Here');
I went to my includes/languages and created a folder there called gallery. I then copied the file header.php to it and edited that file to the line I wanted my tagline to be.
Nothing changes.
So I tried with the file english.php and edited the copyright line and it changed just fine. After a few more tries with header.php and nothing changing I'm wondering if I've placed it in the right place.
Can anyone help?



