Tagged: module

Magento Coding Standard 0

Magento Coding Standard

With Magento Coding Standard rules you are now able to validate if you write code that is based on Magento coding standards. Writing standardized code makes it better readable, if you are working on...

magento 2 create simple adminhtml module 0

Magento 2 – create simple adminhtml module

In this beginner tutorial I show you how to create a simple Magento 2 module. It defines a menu and displays a adminhtml page with user generated content. Based on this, you can start...

magento gdpr save 0

Magento 2 GDPR save

How to make Magento 2 GDPR save? There is lot confusion about this topic and GDPR is highly discussed this days. Here are some hints about it and useful tips. Magento 2 GDPR save...

magento 2 add sales_order column 0

Magento 2 – add sales_order column

In this tutorial I show you how to add sales_order column with a custom attribute. Sometimes it is necessary to save additional information for your order. A good and simple place for such data...

magento 2 install module 0

Magento 2 – install module (production)

A very difficult task in Magento 2 is to install modules in production mode. If you run a successful store, this may be a task for you to do. The problem is: you can’t...