Guest Posted November 23, 2003 Share Posted November 23, 2003 On the orders page. How do you change the logo in the 'invoice' section from 'OScommerce' to your own? :) Link to comment Share on other sites More sharing options...
Guest Posted November 23, 2003 Share Posted November 23, 2003 In admin/invoice.php change: <td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . 'oscommerce.gif', 'osCommerce', '204', '50'); ?></td> to: <td class="pageHeading" align="right"><?php echo tep_image(DIR_WS_IMAGES . 'your_image.gif', 'your_alt_text', '204', '50'); ?></td> Put the correct information where I have: 'your_image.gif' and 'your_alt_text', and perhaps the sizes that follow - upload your image to admin/images. :D Matti Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.