• Magento 1 Support continued  ⋅  7-Day Money-back  ⋅  Implemented by a Magento Certified Developer 
  • On Github I support Open Source projects  with software development
  • Still on Magento 1? No problem, there is no other shop software that get you faster results!
Dieser Inhalt ist auch auf Deutsch verfügbar.

Show custom attributes on Magento invoice

Profile picture of Christoph Maßmann Chris
last updated on February 16, 2023

With our Advanced Invoice Layout Extension for Magento 1 it is very easy to display custom product attributes on the Magento PDF invoice, shipment or creditmemo.

Therefore the extension has a configuration setting where you can easily select which product attributes you want to show on the invoice, shipment and creditmemo PDF:

Show custom attributes on invoice, shipment or creditmemo PDF in Magento

If you want to display custom product attributes with our Advanced Invoice Layout Extension for Magento 2 you can add custom attributes to the PDF invoice by adding the following code to the theme template file default/item/invoice.phtml:

echo $this->getProduct()->getData('your_attribute_code');

The same applies also for the shipment and creditmemo PDF documents.

« Back to the FAQ overview