oro / commerce-demo-checkouts
OroCommerce checkout customization examples
Installs: 2 241
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 10
Forks: 1
Open Issues: 1
Requires
- oro/commerce: 6.0.*
This package is auto-updated.
Last update: 2024-11-05 21:53:22 UTC
README
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