Jump to content

Change packing slip logo


Guest wonky

Recommended Posts

Guest wonky

There is currently no image in the top left corner of my packing slips, though I can see that there is a .php file trying to upload an image.

I've tried uploading a new file into the 'logo management' page under the relevant skin name but it has no effect on the packing slip logo (though does change the logo on my shop homepage).

Any ideas as to how to get an image of my choice onto the packing slip?

Cheers.

Link to comment
Share on other sites

  • 4 months later...
Guest nyoung

What version of CubeCart 4 do you have?

I am having the same issue. I am using v4.2.3 with the Classic Skin. I have customized my logo to be a page banner which extends horizontally along the top header. The packing slip function cuts a (square) from the banner, but I want to use a custom packing slip logo also. Thanks in advance for any assistance.

Link to comment
Share on other sites

  • 1 month later...

What version of CubeCart 4 do you have?

I am having the same issue. I am using v4.2.3 with the Classic Skin. I have customized my logo to be a page banner which extends horizontally along the top header. The packing slip function cuts a (square) from the banner, but I want to use a custom packing slip logo also. Thanks in advance for any assistance.

I am having this problem too- have you resolved this yet? :ninja2:

Link to comment
Share on other sites

For the width of the logo you need to edit the admin/styles/print.css

For the logo.....it's controlled by admin/sources/ orders/print.inc.....it should grab the logo....

at around 95....

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

Link to comment
Share on other sites

  • 1 year later...

For the width of the logo you need to edit the admin/styles/print.css

For the logo.....it's controlled by admin/sources/ orders/print.inc.....it should grab the logo....

at around 95....

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

WHERE exctly is this piece of code grabbing the logo from ? as im having a problem where NO logo is appearing at all

Link to comment
Share on other sites

For the width of the logo you need to edit the admin/styles/print.css

For the logo.....it's controlled by admin/sources/ orders/print.inc.....it should grab the logo....

at around 95....

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

WHERE exctly is this piece of code grabbing the logo from ? as im having a problem where NO logo is appearing at all

The currently selected skin logo, look in your admin logo page.
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...