In this post, we will gather popular Magento 2templates and themes. In addition, you will find some useful information on theme development in Magento 2, key aspects of the Magento 2 frontend architecture, as well as other features related to the Magento 2 theming.
In this post, we’ve gathered the best resources about Magento 2. If you are looking for important information related to the platform, you will find the most reliable Magento 2 resources below. The article is divided into 4 parts: Learning Magento 2; The Real Magento Community; Magento 2 Extensions; and Magento 2 Virtualisation. The Magento 2 Developer’s Resource List will be updated with the appearance of new resources related to Magento 2.
We are glad to announce Firebear’s second book! Meet Magento 2 DIY – one of the first books about the popular ecommerce platform. It provides an overview of Magento 2 and describes its features, benefits, and opportunities. Since the Magento 2 platform is absolutely new, the available information is not yet enough to write a book which is as informative as our Magento DIY, but Magento 2 DIY is an ongoing project, so we will update the book when new information is available. Thus, having bought it, you get free lifetime updates as well as useful tips and recommendations from the Firebear team.
With this post, we’d like to draw you attention to Packagist (https://mage.rocks/) – the Magento 2 community package repository. Being the main repository for Composer, it is used to aggregate some installable via Composer public PHP packages. As a result, you can easily find necessary packages as well as provide Composer with important data. For further information about the Magento 2 Composer tandem, follow this link: Magento 2 Composer Guide. And don’t forget to check the packagist.org source on GitHub. You can use the same repository to report issues or contribute code. Continue Reading
If you are a developer, an ecommerce merchant, or just a tech enthusiast with a goal to learn everything about Magento 2, you’ve come to the right place. The following blog post consists of Firebear’s articles related to Magento 2. Our team is always working on new materials, so this Magento 2 tutorial is always growing. Continue Reading
Today, we will shed light on such an important aspect of the platform as Magento 2 system requirements. The topic is hard to overestimate, since compliance with the below conditions will help you utilize all new features and opportunities introduced in the Magento version 2. Overwise, the new ecommerce platform will be hulking and you will never get all its benefits. Now, when the importance of the following article is obvious, we can discuss Magento’s updated technology stack and its requirements. 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