Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 789 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 789 Bytes

OroCommerce Checkout Customization Examples

This package includes examples of OroCommerce storefront checkout customizations.

OroAlternativeCheckoutBundle

OroAlternativeCheckoutBundle adds review and approval steps to the checkout workflow in the OroCommerce storefront if the order amount exceeds the order approval threshold value set by an application administrator in the alternative checkout workflow configuration UI.

Installation

This package can be added to an existing installation of an OroCommerce application.

Use composer to add the package code:

composer require oro/commerce-demo-checkouts

Perform the installation:

php bin/console oro:platform:update --env=prod