-
Create source for custom attribute (Magento 2)
To create source for custom attribute in Magento 2 follow the steps: Step1: Create a module in Company\Module\Model\Source folder and add the following code: Step2: Class created in first step will use to create system configuration in admin side. To do this: This will create multiselect option for all options custom attribute have. Reference: https://devdocs.magento.com/
-
Difference Magento1 and Magento2
Magento 1 and Magento 2 are different versions of the Magento e-commerce platform, each with its own set of features and improvements. Here are some key differences between Magento 1 and Magento 2: Overall, Magento 2 offers significant improvements in performance, scalability, user experience, and administration compared to Magento 1. It is recommended for new…
-
Magento: Introduction
Magento 2 is a popular e-commerce platform that provides a robust and feature-rich environment for building online stores. It is the successor to Magento 1 and offers significant improvements in performance, scalability, and user experience. Here are some key features and aspects of Magento 2: Overall, Magento 2 is a powerful and flexible e-commerce platform…