Tag

Magento configuration

Browsing
magento configuration

Hey guys,
Welcome back to Lesson 11 of Magestore’s Magento Open Course that is called “Magento Configuration”. In part 1, We will get to know about Magento Multiple stores system in Magento and how to add configurations to a Magento system. Let’s go!

When we want to change the action of a function core in Magento, we can use two ways including: override core class and event-driven architecture. However, Override core has a weakness that each class can only override once. Regarding the event, we can run it in different modules.