TAG | Controller
The Problem: You want to override a Controller’s action with a custom action. Magento Enterprise v1.6.0.0 The Solution: I ran into some issues trying to override a controller’s action yesterday. I think it mainly stems from a version change, but at any rate here’s the “new” way to do it. This comes from a helpful [...]
The Problem: I need to write Part III of the Magento series. The Solutions: This article… TADA! First, let’s talk about the controller. The default controller for a module is always named IndexController.php. If you haven’t requested a specific controller (in the URL), than the system is going to look for IndexController.php and load it. [...]
