jenny4mac Posted January 23, 2006 Posted January 23, 2006 Any help doing this would be greatly appreciated! Thanks, Jennifer
ThoroughWeb Posted January 23, 2006 Posted January 23, 2006 The file you want is /catalog/admin/invoice.php Look for this section... it's right after the <body> tag... <!-- body_text //--><table border="0" width="100%" cellspacing="0" cellpadding="2"> <tr> <td><table border="0" width="100%" cellspacing="0" cellpadding="0"> <tr> <td class="pageHeading"><?php echo nl2br(STORE_NAME_ADDRESS); ?></td> <td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . 'oscommerce.gif', 'osCommerce', '306', '189'); ?></td> </tr> </table></td> The line in BOLD is what you need to change, either edit it out completely, or upload your own logo to catalog/admin/images and change the filename in invoice.php from oscommerce.gif to whatever your file is named. Hope this helps.
Guest Posted January 24, 2006 Posted January 24, 2006 The file you want is /catalog/admin/invoice.php Look for this section... it's right after the <body> tag... The line in BOLD is what you need to change, either edit it out completely, or upload your own logo to catalog/admin/images and change the filename in invoice.php from oscommerce.gif to whatever your file is named. Hope this helps. I found the fastest way to do this is to rename your logo to oscommerce.gif and then upload it. this way, everything on your site will be changed if it referenced this file name, instead of going into many places to change it to your file name.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.