Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 633 Bytes

2020-09-29-customers-are-able-to-view-document-order-from-storefront.md

File metadata and controls

8 lines (8 loc) · 633 Bytes
title issue
Customers are able to view document order from Storefront
NEXT-10976

Storefront

  • Added a new Storefront Route named frontend.account.order.single.document in Shopware\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 load Shopware\Storefront\Page\Account\Document\DocumentPage.
  • Added a new event Shopware\Storefront\Page\Account\Document\DocumentPageLoadedEvent to be fired after Shopware\Storefront\Page\Account\Document\DocumentPage is loaded.