Hello everyone
I am attempting to change the logo situated at the top left corner. I have followed the instructions as per https://www.zen-cart.com/tutorials/i...hp?article=256
I am using the following ver
Zen Cart 1.3.7
Database Patch Level: 1.3.7
v1.3.7 [2007-01-30 15:45:02] (Fresh Installation)
I have not installed any new themes. An out of the box install.
As per the instructions, I built my new logo (using firefox) as a GIF file being L551px x H71px called ssr.gif
the file is located at "includes/templates/custom/images/ssr.gif"
I then modified the header.php file as follows.
// added defines for header alt and text
define('HEADER_ALT_TEXT', 'My text in here');
define('HEADER_SALES_TEXT', '');
define('HEADER_LOGO_WIDTH', '551px');
define('HEADER_LOGO_HEIGHT', '71px');
define('HEADER_LOGO_IMAGE', 'ssr.gif');
And saved the file to "includes/languages/english/custom/header.php"
You will note that I have not used capitalized folder names as per the instructions simply becuase the original folder "english" wasn't capitalized from install. so I didn't think it mattered.
The logo didn't change, nor did the text when you hover over the logo.
I am somewhat perplexed by this, as these are the only set of instructions I can find to do this.
Any comments would be most helpfull
Fred




