leathernecksswflcom 0 Posted March 27, 2012 How do I remove the logo from the invoice and packing slips? Also how do I improve their appearance? Thank You Share this post Link to post Share on other sites
Mort-lemur 178 Posted March 27, 2012 Search the add-on section for "Fancier Invoice and Packing Slip" modification. There are versions available for both 2.2 and 2.3.1 OSC Now running on a fully modded, Mobile Friendly 2.3.4 Store with the Excellent MTS installed - See my profile for the mods installed ..... So much thanks for all the help given along the way by forum members. Share this post Link to post Share on other sites
web-project 12 Posted March 27, 2012 How do I remove the logo from the invoice and packing slips? Also how do I improve their appearance? Thank You modify the code. Please read this line: Do you want to find all the answers to your questions? click here. As for contribution database it's located here! 8 people out of 10 don't bother to read installation manuals. I can recommend: if you can't read the installation manual, don't bother to install any contribution yourself. Before installing contribution or editing/updating/deleting any files, do the full backup, it will save to you & everyone here on the forum time to fix your issues. Any issues with oscommerce, I am here to help you. Share this post Link to post Share on other sites
ggrant3 4 Posted March 27, 2012 (edited) modify the code. I'll give a little more detail than the above post. Here is what I did: In admin/invoice.php Find: <td class="pageHeading" align="left"><?php echo tep_image(DIR_WS_CATALOG_IMAGES . 'store_logo.png', STORE_NAME); ?></td> And change it to: <td class="pageHeading" align="left"><?php //echo tep_image(DIR_WS_CATALOG_IMAGES . 'store_logo.png', STORE_NAME); ?></td> You want to add // in front of echo tep_image Same process for the packing slip, but just go to admin/packingslip.php instead I don't know if its the best way to do it, but it has worked for me (no errors or anything) Edited March 27, 2012 by ggrant3 1 GoTTi reacted to this Share this post Link to post Share on other sites
GoTTi 5 Posted May 14, 2012 I'll give a little more detail than the above post. Here is what I did: In admin/invoice.php Find: <td class="pageHeading" align="left"><?php echo tep_image(DIR_WS_CATALOG_IMAGES . 'store_logo.png', STORE_NAME); ?></td> And change it to: <td class="pageHeading" align="left"><?php //echo tep_image(DIR_WS_CATALOG_IMAGES . 'store_logo.png', STORE_NAME); ?></td> You want to add // in front of echo tep_image Same process for the packing slip, but just go to admin/packingslip.php instead I don't know if its the best way to do it, but it has worked for me (no errors or anything) perfect. thank u Share this post Link to post Share on other sites