Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This module allows to add order summary block on the success page and display it as a modal.

Table of Contents
minLevel1
maxLevel7

Installation

Info

This module is optional

Code Block
composer require "creativestyle/magesuite-success-page-order-details" ^1.0.0

Admin settings

Stores -> Configuration -> Magesuite -> Success Page

There is a dropdown allowing an admin user to enable/disable the module once installed. It is not enabled by default.

...

Backend

Note

TODO - BE documentation and review of documentation is needed

Frontend

There is an additional button See order details added to the 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 e.g. haarshop are displaying basic order summary directly on the success page. Details are available in the modal:.

...

Styling

Basic styles are available in theme-creativeshop/src/MageSuite_SuccessPageOrderDetails directory and are not included by default. If needed proper import
import ‘MageSuite_SuccessPageOrderDetails';
should be added to checkout.ts. It’s already listed in the optional components list.