Tuesday, April 16, 2013

Magento Image On PDF Invoice

Here is a quick module that allows you to display images in your Invoice PDF in Magento. This was taken and combined from 2 other web posts I found here:

1) http://www.webmasterbulletin.net/2009/06/magento-display-product-image-on-invoice-shipping-pdf/873 2) http://inchoo.net/ecommerce/magento/magento-pdf-invoice-with-product-images-extension/

but neither one worked quite the way I wanted so I combined them. All the module does is extend 2 base Magento classes for PDFs, one is for the invoice the other is for the invoice items. It adds to the invoice items class the images code, and to the base invoice class the line header for the Product Image text and adjusts the spacing x values. Both classes are commented so you can check them if you want.

Here is the module: www.rental-e-commerce-software.com/pdf_image.zip

 Install instructions:
1) Upload the app folder to your magento app folder
2) Clear magento cache in admin
3) Try printing a magento invoice

No comments:

Post a Comment