Overriding A Controller

Posted About 12 years ago. Visible to the public.
<config>
    <frontend>
        <routers>
            <checkout>
                <args>
                    <modules>
                        <your_module before="Mage_Checkout">Your_Module</your_module>
                    </modules>
                </args>
            </checkout>
        </routers>
    </frontend>
</config>

Mike Whitby
Last edit
Over 10 years ago
Posted by Mike Whitby to Magento (2012-03-28 15:11)