I would like to do the above. Ive overridden many files in the past...block, model, helper....but this one eludes me.
Can anyone see what im doing wrong here: (ive e
I'm leaving this here for the next poor developer forced to work with this jalopy. Much of the instructions here are pasted from the magento docs which like its source, is a twisted labyrinth of misdirection. Okay enough complaints...
This worked for me in version 1.8
Create your namespace and module: /app/code/local/MyNameSpace/MyModule
Create your module config: /app/code/local/MyNameSpace/MyModule/etc/config.xml
0.1.0
MyNameSpace_MyModule_Checkout
Create your controller: /app/code/local/MyNameSpace/MyModule/controllers/Checkout/CartController.php
Enable your new module:
/app/etc/modules/MyNameSpace_All.xml
true
local
That's all thats needed. Now go celebrate, you just polished a turd! ;)
- 热议问题