How to Rewrite Magento Customer Account Navigation Block in your custom Module
It is very simple.
Copy the core/Mage/Customer/Account/Navigation.php to
your local custom module
local/YourNamespace/Customer/Account/Navigation.php which extends Mage core class
write the rule to rewrite block, goto local/YourNamespace/Customer/etc/config.xml
Add lines as shown in video which shows all details.
Copy the core/Mage/Customer/Account/Navigation.php to
your local custom module
local/YourNamespace/Customer/Account/Navigation.php which extends Mage core class
write the rule to rewrite block, goto local/YourNamespace/Customer/etc/config.xml
Add lines as shown in video which shows all details.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home