Then the tutorial I referenced will tell you exactly how to do that.
Then the tutorial I referenced will tell you exactly how to do that.
Got the header image changed, but now I got a new problem...it's displaying the alternate image text...go to www.scruffybear.ca to see what I mean...Any ideas on how to get fix it?![]()
That's not the image alt text, if you mean the HEADER_SALES_TEXT, it's a define that's missing or corrupted in includes/languages/english/classic/header.php, around line #21.
Should look like this: Line #21 : define('HEADER_SALES_TEXT', '<h1>Sales Message Goes Here</h1>');
Also, you need to create your custom template before you go any further:
https://www.zen-cart.com/tutorials/i...hp?article=142
Thank You so much :)