Tag: global function magento

  • Create Global Function In Magento

    This code will allow you to add a function that can be called from anywhere within Magento. It extends the helper class 1) Create a file named ‘Mycode.xml’ and copy it to app/etc/modules/ – it should look like this: true local 2) Create the directory app/code/local/Mycode/Function/etc and then create a file named ‘config.xml’ In it […]