Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to remove oscommerce logo from invoice?


jenny4mac

Recommended Posts

Posted

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.

Posted
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.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...