How to add a logo, PPI or amend your Ebay, Amazon, Play.com or eBid Magento invoices
Yes, using our software with Ebay, Amazon (Marketplace (Pro Merchant) or Seller Central), Play.com or eBid you can produce invoices using Microsoft Word. Because it uses Microsoft Word you can have the invoice exactly how you want, adding logos, PPIs, return address details etc..
Adding a PPI to the label
You can add a PPI by adding the following lines after the code that draws the label (in the www.labz.co.uk section).
$image = Mage::getConfig()->getOptions()->getMediaDir().DS.'PPIImage.jpg';
$image = Zend_Pdf_Image::imageWithPath($image);
$page->drawImage($image, 190, 168, 290, 207);
You will need to put the image in the /public_html/media/ folder on your website. The PPI image should be 207 by 83 pixels.
Adding a logo to the label
You can add a logo by adding the following lines after the code that draws the label (or PPI) (in the www.labz.co.uk section).
$image = Mage::getConfig()->getOptions()->getMediaDir().DS.'IL_logo.jpg';
$image = Zend_Pdf_Image::imageWithPath($image);
$page->drawImage($image, 70, 181, 145, 207);
You will need to put the image in the /public_html/media/ folder on your website. In this example, The logo is 245 by 85 pixels.
�
You can find out more information on how the software works by using the Downloads link. There is also a free 14 day trial of the software.
Related Articles
How to add a logo, PPI or amend your Ebay, Amazon, Play.com or eBid Magento invoices
Yes, using our software with Ebay, Amazon (Marketplace (Pro Merchant) or Seller Central), Play.com or eBid you can produce invoices using Microsoft Word. Because it uses Microsoft Word you can have the invoice exactly how you want, adding logos, ...
How to add a logo, PPI or amend your Ebay, Amazon, Play.com or eBid Magento invoices
Yes, using our software with Ebay, Amazon (Marketplace (Pro Merchant) or Seller Central), Play.com or eBid you can produce invoices using Microsoft Word. Because it uses Microsoft Word you can have the invoice exactly how you want, adding logos, ...
How to add a logo, PPI or amend your Ebay, Amazon, Play.com or eBid Magento invoices
Yes, using our software with Ebay, Amazon (Marketplace (Pro Merchant) or Seller Central), Play.com or eBid you can produce invoices using Microsoft Word. Because it uses Microsoft Word you can have the invoice exactly how you want, adding logos, ...
Why is it best to use your approach of downloading orders from Ebay, Amazon etc.?
Using our IL_Invoicing software (supplied with the paper) and downloading orders has the following benefits: 1�You can use the same paper for all selling platforms, from MS Word, Ebay, Amazon to various Accounting products and ecommerce shops. 2�With ...
Why is it best to use your approach of downloading orders from Ebay, Amazon etc.?
Using our IL_Invoicing software (supplied with the paper) and downloading orders has the following benefits: 1�You can use the same paper for all selling platforms, from MS Word, Ebay, Amazon to various Accounting products and ecommerce shops. 2�With ...