我正在 Magento 中制作自定义主题。我想在主账户仪表板页面中添加一个我的订单表。如何在“Dashboard.phtml”中调用“Order.phtml”?或任何其他方法。我在dashboard.phtml中尝试过<?php echo $this->getChildHtml('orders') ?>
,但没有奏效。
任何帮助将不胜感激...谢谢...
登录到管理面板后,您希望查看的页面有一些设置
您可以通过管理面板导航来做到这一点:
Step1: Login to admin panel
Step2: Go to System->Configuration
Step3: On left Hand Panel at last you will see Advance tab under it click on Admin Panel
Step4: Now under startup page Choose Orders under sales
Step5: Now you can view your orders instead of dashboard
如果感到困惑,您可以看到下面的屏幕截图。