Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Logos in invoices/packing slips


nigelrrb

Recommended Posts

Hi,

 

I want to replace the osC logo that appears on the invoices and packing slips but can't find how to do it in the Documentation or searching the forums. Can someone please point the way for me?

 

Many thanks,

 

Nigel Barker.

Link to comment
Share on other sites

Hi,

 

I want to replace the osC logo that appears on the invoices and packing slips but can't find how to do it in the Documentation or searching the forums. Can someone please point the way for me?

 

Many thanks,

 

Nigel Barker.

 

Edit this line in both invoice.php and packingslip.php or just rename your logo to store_logo.png and upload it to the image directory.

<td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_CATALOG_IMAGES . 'store_logo.png', STORE_NAME); ?></td>

 

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...