title | issue |
---|---|
Customers are able to view document order from Storefront |
NEXT-10976 |
- Added a new Storefront Route named
frontend.account.order.single.document
inShopware\Storefront\Controller\DocumentController
that allows customer to view order's documents from Storefront. - Added a new page loader
Shopware\Storefront\Page\Account\Document\DocumentPageLoader
to loadShopware\Storefront\Page\Account\Document\DocumentPage
. - Added a new event
Shopware\Storefront\Page\Account\Document\DocumentPageLoadedEvent
to be fired afterShopware\Storefront\Page\Account\Document\DocumentPage
is loaded.