This package includes examples of OroCommerce storefront checkout customizations.
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.
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