Hi there,
I am brand new to Zen cart....I have a whole one day of experience! LOL! I paid a company to do the initial setup and upload A Pink Boutique template. I am in the middle of trying to change the logo to my own logo and it is not working. I have followed all the instructions twice and for some reason it doesnt work. I managed to change the tagline so that confirms I can follow instructions...lol!
Here are the instructions that came in the 'readme' file with the template:
1. Create your logo in your favorite image editing program and upload it to includes/templates/a_pink_boutique/images. For the example, we will use this logo.
- Open includes/languages/english/header.php in your favorite plain text editor. Find this code on or around line 24:
define('HEADER_ALT_TEXT', 'Powered by Zen Cart :: The Art of E-Commerce');
define('HEADER_LOGO_WIDTH', '192px');
define('HEADER_LOGO_HEIGHT', '64px');
define('HEADER_LOGO_IMAGE', 'logo.gif');
- There are 4 bits you will change:
Replace “Powered by Zen Cart :: The Art of E-Commerce” with your site name and tag line here
Replace “192px” with your logo width
Replace “64px” with your logo height
Replace “logo.gif” with the name of your logo image
define('HEADER_ALT_TEXT', 'Your store name :: your store tag line');
define('HEADER_LOGO_WIDTH', '385px');
define('HEADER_LOGO_HEIGHT', '100px');
define('HEADER_LOGO_IMAGE', 'new-logo.jpg');
The only thing I didnt do is change the width and height of the logo because I recreated my logo to look identical to the one on the template except it has my company name inside the oval.
Is there anyone out there can help me out with my dilemma?
Thanks in advance!
Jennifer