How does Magento handle multiple modules overriding the same core file? Is it possible? How is it done?
How does Magento handle multiple modules overriding the same core file? Is it possible?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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)
You would change it to:
Read more @ http://www.webshopapps.com/blog/2010/11/resolving-magento-extension-conflicts/