How can I display the Amazon Order Id on the Magento PDF invoice?
Last update: 20.02.2019 -
Christoph Maßmann
If you use the Magento Extension M2EPro you can easily display the Amazon Order Id on the Magento PDF invoice with our Advanced Invoice Layout Extension with the following code:
echo Mage::helper('M2ePro/Component_Amazon')->getModel('Order') ->load($this->getOrder()->getId(), 'magento_order_id') ->getChildObject()->getAmazonOrderId();You can find more information in our FAQ on how to customize the templates.