so i'm following this tutorial..
https://www.zen-cart.com/tutorials/i...hp?article=125
and I'm pretty sure I did everything right but the logo image hasn't changed....
so i'm following this tutorial..
https://www.zen-cart.com/tutorials/i...hp?article=125
and I'm pretty sure I did everything right but the logo image hasn't changed....
Okay never mind I have it all working now that I changed it to a custom template.. But how can I change like the top background image (its now blank..)?
To create a very basic custom template (you can build from there), you need:
- includes/languages/YOUR_TEMPLATE/english.php
- includes/languages/english/YOUR_TEMPLATE/index.php
- includes/languages/english/YOUR_TEMPLATE/meta_tags.php
- includes/languages/english/YOUR_TEMPLATE/header.php (to change the logo)
- includes/templates/YOUR_TEMPLATE/template_info.php
- includes/templates/YOUR_TEMPLATE/common/tpl_header.php
- includes/templates/YOUR_TEMPLATE/common/tpl_footer.php
- includes/templates/YOUR_TEMPLATE/images/logo.gif
- includes/templates/YOUR_TEMPLATE/css/stylesheet.css
Anywhere you see a /classic/ folder, you can create a folder for your custom template. You can copy the necessary files from either the /classic/ folder, the /template_default/ folder or the parent folder.
Edit includes/templates/YOUR_TEMPLATE/template_info.php to give your template identifying information so you'll recognize it in the admin under tools->template selection.
You should be able to change the background image in the stylesheet.
okay. thanks for your help!
What did you do? I followed that same tutorial and can't get it to work either.
well, it looks like the problem is the file
/zen/email/email_template_welcome.html
has to be changed. And it seems there is no way to override this, so the file has to be changed directly. So when upgrading, it seems this would be a problem.
Logo image is changed in
includes/languages/english/NAMEOFYOURTEMPLATE/header.php
Misty, I made that change and the zen cart logo showed up, not mine. It didn't change anything until I changed this file:
/zen/email/email_template_welcome.html and uploaded my logo to that folder.
When you changed logo in header.php file, did you
rename logo.gif to something else or still use
logo.gif?
I changed it to the name of my file.