I'm currently able to display single, detailed orders in the customer area of Magento's front-end. I log into my test account and I go to My Account > My Orders where I am presented with a summary of my previous test orders. If I click on one of the orders I'm taken to page via one of the following example URLs:

site.com/sales/order/view/order_id/1/
site.com/sales/order/view/order_id/2/

This page displays a shipping info, billing info and a summary products purchased.

My question: Is there a way to use this controller or URL to display every previous order with detailed info? The client would like a detailed summary of all past orders. If not, where would I begin to create this module?

没有正确的解决方案

许可以下: CC-BY-SA归因
scroll top