Magestore BlogSharing our Magento knowledge

23

Dec

2011

0

In the e-commerce, it is avoidable that websites are accessed by a large number of people from different countries at the same time. So it is very necessary to develop multi-language for a website. And Magento supports you conduct this function on your web-store.


0

The most common conflict happens when two or more modules inherit a module core of Magento at the same time by using the command in the file config.xml of modules.
However, there are a large number of standard modules of Magento which have never had conflicts because Magento designs a plug-in mechanism in add-ons.


16

Dec

2011

0

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.


14

Dec

2011

2

There are some functions of Magento core which are written in Block, Model or Helper. When we use these functions due to our purposes we see that they are not suitable and as same as we wish. Therefore, we can utilize Override class feature of Magento to rewrite those functions according to our uses.


2

As you know Magento is built based on module architecture, which leads to the requirement that there must be an interaction between modules. Hence, in this part we will learn about the way these modules used.


Page 1 of 2 pages1 2