How to migrate Advanced Invoice Layout templates from Magento 1 to Magento 2?
Last update: 03.12.2020 -
Christoph Maßmann
If you use our Advanced Invoice Layout extension for Magento 1 and you want to migrate your shop to Magento 2, there are a few simple steps to make the invoice, packing slips and creditmemo PDF look nice:
- Purchase the Advanced Invoice Layout extension for Magento 2
- Copy all your template files from the Magento 1 extension from
app/design/frontend/base/default/template/advancedinvoicelayout
to the Magento 2 extension inview/base/templates/
- Copy all the CSS files from Magento 1 from
skin/frontend/base/default/advancedinvoicelayout
to the Magento 2 extension inview/base/web/
- Replace all occurrences of
$this->__( .. %s .. )
with$this->__( .. %1 .. )