Monthly Archive: August 2017

magento 2 get order after submission 5

Magento 2 get order after submission

In this tutorial I show you how to use event sales_order_save_after to get order after submission. In this event you can tasks that are needed to be done for each new order. For example...

magento create invoice comment programmatically 0

Magento create invoice comment programmatically

In this tutorial I show you how to create invoice comment programmatically. Sometimes it is needed to add invoice comments for invoices from you written module. Invoice comments are printed to pdf invoice, so...

magento allowed memory size of exhausted error 0

Magento allowed memory size of exhausted error

As Magento developer you may face with allowed memory size of exhausted error quite often. Magento is a system that may need a lot of memory. Sometimes you will need some hundred mega- or...