Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

editing the invoice and packing slip image


sheltonjb

Recommended Posts

Posted

I'm trying to edit the image size (my logo) for the packing slip and invoice but i can't find where to do it, can someone please help me? i've looked thru the files invoice.php and packing_slip.php but can't seem to find it, is it somewhere else?

 

thanks

Shelton Brown

Web/Graphic Designer

Posted

Go to line 39 in your admin/invoice.php and change the two numeric values displayed last in the tep_image function call and you should be done.

 

        <td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . 'oscommerce.gif', 'osCommerce', [b]'204', '50'[/b]); ?></td>

 

Do the same at the packing_slip.php.

Archived

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

×
×
  • Create New...