https://github.com/magesuite/success-page-order-details
This module allows to add order summary block on success page and display it as modal.
Installation
This module is optional
composer require "creativestyle/magesuite-success-page-order-details" ^1.0.0
Admin settings
Stores → Configuration → Magesuite → Success Page
There is a dropdown allowing to enable/disable module once installed. It is not enabled by default.
Backend
TODO - BE documentation and review of documentation is needed
Frontend
There is an additional button See order details
added to success page.
Order details are displayed as a modal:
There is a possibility to adjust it per project - some of them e.g. haarshop are displaying basic order summary directly on success page. Details are available in modal:
Styling
Basic styles are available in theme-creativeshop/src/MageSuite_SuccessPageOrderDetails directory and not included by default. If needed proper importimport ‘MageSuite_SuccessPageOrderDetails';
should be added to checkout.ts
. It’s already listed in optional components list.