Magento 2 Admin Tutorial Content Section. At this episode we will review CMS Blocks, CMS Pages and Widgets from Magento 2 Admin Content Section.
Continue reading
Magento 2 Admin Review – Marketing
Magento 2 Admin Review – Customers
Magento 2 Admin Review – Products And Categories
There is the 3rd part of Magento 2 video admin tutorial. At this episode we are show Magento 2 Products and Categories section. You can see how to create Products at Magento 2 and what options there provided for products. Also you can find out how to make new categories for Magento 2 Products.
Continue reading
Magento 2 Admin Review – Sales Processing
Magento 2 Admin Review – General Menu Items
Magento ® Observer List
Magento® use observer pattern to fire actions for specific events. Its becomes useful because you can modify variables before event starts or right after event ended without making rewrite of Core class. This article has almost all magento default observers list which we use for development.
Continue reading
Magento 2: How To Make Customer Attribute ?
Since Magento 2 is pretty close to release we can review how the adding of custom attribute process has been changed. Today we will make Magento 2 extension which adds customer attribute into customer edit page at admin.
To start with it we will have to have Magento 2 installed with Demo data. You can find Magento 2 Installation Guide at Magento 2 Developer Documentation.
UPD. For Magento 2.1 & newest editions please read updated article.
Magento Questions and Answers (Q&A)
Magento as rich eCommerce platform has ability to add reviews for products. At some point if customers have questions about products it becomes indeed to have some automatic tool where customer can add question about product then get answer. Also this information helps other customers to get more information about product. The extension Questions and Answers helps to solve this issue in Magento.
Continue reading