Question

I am writing an extension for Magento 1.9. This extension should add a link to my account navigation. It is working so far, but I have no idea where I can put my vendor_module.xml file what includes the addLink action.

This extension should be work with every Magento system and if I put the file on app/design/frontend/*/*/layout I have to decide for a design. But I do not know the name of the current design of the users.

Is there a folder where the rewrite surely takes place?

Was it helpful?

Solution

Yes, the base/default folder is the folder where you should put all your module layout files.

This folder is the last folder where Magento fallback system will look for files.

Also as it is a core Magento folder it will never get deleted by Magento upgrades.

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top