Re: Logos

Originally Posted by
rafwraf
Good Afternoon All
Can some one please advise me how to remove the ZenCart logo on the invoices I submit to my Customers and substitute it with my own Logo.
Thank you
Norman
been meaning to do this and you prompted me to have a go, upload your image to the images folder of your admin folder then change the following:
// added defines for header alt and text
define('HEADER_ALT_TEXT', 'Admin Powered by Zen Cart :: The Art of E-Commerce');
define('HEADER_LOGO_WIDTH', '200px');
define('HEADER_LOGO_HEIGHT', '70px');
define('HEADER_LOGO_IMAGE', 'YOURLOGO');
done
What ever your doing remember to KISS ( Keep It Simple Stupid )