Jump to content

Alternate Packing Slip Logo Info


Guest

Recommended Posts

Hi,

I have combed through these forums trying to find a way to display an alternate logo on the Print Packing Slip.

This thread is promising:

http://forums.cubecart.com/index.php?showt...&pid=147446

But, I am still getting a missing image icon. I believe the file path is correct.

The thread provides this:

gobuchul74 @ Jan 17 2008, 10:38 PM)

Is there a way to change the logo for printed invoices? Currently it prints the same logo as on the website, but it is too wide and gets cut off.

go into the print.inc file ( admin/sources/orders ) and hard code the path to the logo you want to include. youwill need to change the following line.

<img src="includes/extra/getLogo.php?skin=<?php echo $config['skinDir']; ?>" alt="" />

** Am I to assume that the image being displayed is from:

store>skins>MySkins>styleImages>logo>default.gif

I have placed logo_Receipt.gif inside that logo directory, and can't seem to come up with the result.

I have tried various possibilities, with no luck.

******* Can anyone tell me how to integrate my logo_Receipt.gif into the line below, or how to get this alternate logo to display?:

<img src="<?php echo $glob['rootRel']; ?>images/getLogo.php?skin=<?php echo $config['skinDir']; ?>" alt="" />

Thanks for any help!

- shorescores

Link to comment
Share on other sites

  • 3 months later...
  • 8 months later...
Guest byanothername

I have made an alternate logo, called it logo.jpg, uploaded into the images folder.

So its path is images/uploads/logo.jpg

How then should this code read?

<img src="<?php echo $glob['rootRel']; ?>images/getLogo.php?skin=<?php echo $config['skinDir']; ?>" alt="" />\

Mike

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
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...