Override Magento Contacts Controller

后端 未结 4 419
自闭症患者
自闭症患者 2020-12-21 13:47

I\'m trying to override Mage/Contacts/IndexController.php

I created a folder in local and created Mynamespace/CustomContacts/controllers/IndexCont

4条回答
  •  离开以前
    2020-12-21 14:39

    Before getting to the answer I want to know have to defined your custom module in config.xml file.

    I think that is missing here.

    Add

    
            
                1.0.0
            
        
    

    after config node in config.xml file.

    Also

    
        Mynamespace_CustomContacts
    `
    

    it should be in small letters like below

    
         Mynamespace_CustomContacts
    `
    

    Hope this will solve your problem.

提交回复
热议问题