How to remove the Create Order button from customer admin form in Magento 2
In Magento 2, there is an app/code/Magento/Customer/view/base/ui_component/customer_form.xml file with array of buttons. Create Order Button is also there: Continue Reading
In Magento 2, there is an app/code/Magento/Customer/view/base/ui_component/customer_form.xml file with array of buttons. Create Order Button is also there: Continue Reading
In Magento 2, do not modify CSS files within pub/* or vendor/* directories, because pub is for deployment and vendor is for default structure. Instead: Continue Reading
system.xml saved config validation in Magento 2 is possible via attaching a backend model to the field and validating the value server side. Continue Reading
To create customer groups programmatically in Magento 2, use $group->save() on the model returned by the GroupFactory: Continue Reading
We’ve recently covered such important topic as Magento 2 components, so it’s time to shed light on the Magento 2 Component Manager. Below, you will find a brief description of this solution, which is available in Magento 2 after you install the Magento application. The purpose of the component manager is simple – it helps to keep all modules, themes, language packages (Magento 2 components) up to date. Continue Reading
Below, you will find a post about the definition, installation, and structure of Magento 2 components. If you are new to the platform, the following information will help you get a deeper insight into Magento 2. If you do not understand the difference between modules and components or have no ideas about the Magento 2 component structure, then you’ve come to the right place.
Below, you will find the Magento 2 FAQ with the most important questions and answers from the Magento 2.0 Developer Webinar. Core aspects of the platform, innovative features, dramatic improvements and changes are described below. Continue Reading
In this post we will show you where to find the official Magento 2 User Guide as well as provide links to our own articles, which are helpful if you are trying to master the new version of the platform. Let’s start with the Magento 2 Community Edition documentation. Continue Reading