如何编辑管理面板订单视图按钮?

发布于 2024-11-09 15:57:35 字数 60 浏览 0 评论 0原文

请您解释一下我们如何在订单视图中编辑管理面板按钮(例如:后退、编辑、取消)以及我们如何知道这些按钮的来源。

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.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

梦纸 2024-11-16 15:57:35

按钮可以在这里找到:

core/Mage/Adminhtml/Block/Sales/Order/View.php

buttons are found here:

core/Mage/Adminhtml/Block/Sales/Order/View.php
像极了他 2024-11-16 15:57:35

以下是 Magento 代码参考,您可以在其中浏览代码不同部分之间的联系: http://docs.magentocommerce .com/
没有更多关于你想要做什么的信息,我只能给你一个提示(虽然我已经好几年没有使用 Magento 了):它将极大地帮助你理解 Zend 框架以及类加载(自动加载)过程作品。

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文