Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

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 (it requires additional work - is not available in this module by default) - some of them 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 import
import ‘MageSuite_SuccessPageOrderDetails';
should be added to checkout.ts. It’s already listed in optional components list.

  • No labels