Versions Compared

Key

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

...

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

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 to enable/disable 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 success page.

...

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 import
import ‘MageSuite_SuccessPageOrderDetails';
should be added to checkout.ts. It’s already listed in optional components list.