How does Magento handle multiple modules overriding the same core file? Is it possible? How is it done?
You have 3 choices for resolving conflicts:
<depends>
capability to make one extension depend on another. They will then rewrite in that orderExample (option # 2)
class A_Extension_Model_Type_Onepage extends Mage_Checkout_Model_Type_Onepage
You would change it to:
class A_Extension_Model_Type_Onepage extends B_Extension_Model_Type_Onepage
Read more @ http://www.webshopapps.com/blog/2010/11/resolving-magento-extension-conflicts/
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With