Reputation: 55
Please can you explain how can we edit admin panel buttons (eg: back, edit, cancel) in order view and how can we know that where these buttons are comes from.
Upvotes: 2
Views: 2754
Reputation: 21
buttons are found here:
core/Mage/Adminhtml/Block/Sales/Order/View.php
Upvotes: 2
Reputation: 2282
Here is the Magento code reference, where you can browse through the connections between different parts of the code: http://docs.magentocommerce.com/
Without more information about what you want to do, I can just give you one more hint (although I have not used Magento in several years): it will help you greatly to understand the Zend framework and how the class loading (auto loading) procedure works.
Upvotes: 1