Reputation: 65
I'm prepare a multistore on magento. I have a three template, and I was change a few file from code/core and replace in code/local, but only one template take a changing code from code/local a rest template should take file from code/core/ Now every template take files from code/local/ How can I'm set app to resolve a problem thx for help
Upvotes: 0
Views: 73
Reputation: 1682
You should NOT overwrite core files in local. Better try to develop your own module which rewrites the core functionality. In this module you can integrate a configuration, so it's only used for one store view, and not for all.
Upvotes: 3