Jump to content

Change Layout on Order Invoice


Guest equinewhispers

Recommended Posts

Guest equinewhispers

Hi I need to change the layout on the Order Invoice the problem is my logo is a lot bigger than the logo box so half of it is missing on the form when I print it out.

Can anyone tell me how to change the size of the logo box.

Many thanks

Link to comment
Share on other sites

Hi

Open /admin/sources/orders/print.inc.php

Find this.....

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


Add a width attribute, like so (Change the value to suit your invoice, used only for this example)


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

Hope that helps

Lee

Link to comment
Share on other sites

Guest equinewhispers

Hi

Open /admin/sources/orders/print.inc.php

Find this.....

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


Add a width attribute, like so (Change the value to suit your invoice, used only for this example)


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

Hope that helps

Lee

Hi Lee

Thank you so much for your post, it was very easy for me to follow but I have made the changes and it doesn't seem to have made the slightest difference to the Order Invoice, its the actual logo that is only showing half of it next to the Delivered to bit.

I put it exactly as you did with 200px which made no difference then changed it to 800px to see if that would make a difference but its still identical.

Do you have any other suggestions?

Many thanks

Lou

Link to comment
Share on other sites

Guest equinewhispers

Hi Lou

Sorry I mis-read your post, I have a nasty habit of not reading posts fully!!. :)

Can you open admin/styles/print.css and find the style named #storeLabel and post it up here.

Thanks

Lee

Hi Lee sorry I just checked back in myself and just tried the above instructions again and they do actually work! I must have done something wrong the first time LOL.. no surprise! anyway many thanks for your help, we got there in the end!

Lou

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