Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Invoice and packing slip


Recommended Posts

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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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 by ggrant3
Link to comment
Share on other sites

  • 1 month later...

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...