如何在“我的仪表板”页面中调用“我的订单”文件?

时间:2013-07-01 06:50:30

标签: magento themes

我在Magento制作自定义主题。我想在主帐户信息中心页面中添加我的订单表。我如何在'Dashboard.phtml'中调用'Order.phtml'?或者其他任何方式。我曾在dashboard.phtml中尝试<?php echo $this->getChildHtml('orders') ?>,但它没有用。

任何帮助将不胜感激......谢谢...

1 个答案:

答案 0 :(得分:1)

登录管理面板

后,您想要查看哪个页面的设置

您可以通过“管理”面板导航来执行此操作:

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 

如果感到困惑,您可以看到下面的屏幕截图。

link