Skip to content

OroCommerce checkout customization examples.

License

Notifications You must be signed in to change notification settings

oroinc/commerce-demo-checkouts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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