Magento News

 

controller rewrite doesn’t work with forwarding _forward()

by rbncha (Posted Thu, 28 Jan 2010 12:28:07 GMT)
As an alternate solution I also tried by overriding only controller methods like this

Code:

   
       
       
        /mymodule/address/formPost
       
                           

with this, it works fine. When I added rewrote deleteAction the core deleteAction was rewritten with mine. But, the previous overridden formPost action didn’t work and loaded core’s formPost action.

Code:

   
       
       
        /mymodule/address/formPost
       
        /mymodule/address/delete
       
                           

Could anyone tell me what could be the reason ?



http://magento-forum.co.uk/viewtopic.php?f=5&t=90#p328

Magento Forum

Possibly Related Posts:


 

Leave a Reply