spryker/checkout

Checkout module

Maintainers

Details

github.com/spryker/checkout

Source

Installs: 2 061 855

Dependents: 50

Suggesters: 36

Security: 0

Stars: 2

Watchers: 71

Forks: 0


README

Latest Stable Version Minimum PHP Version

Checkout provides the infrastructure to handle checkout workflow for an order placement call. The checkout process creates a generic approach for step processing. Each step knows how to handle the form data, where to store data is and which conditions are required in order to be able proceed to next step. StepProcess is the class that knows how to navigate through steps. Checkout contains a stack of steps provided during class creation. The instance of this class is created in CheckoutFactory and it’s used in the CheckoutController class. Each step has a corresponding controller action. Checkout extensively uses QuoteTransfer data object to populate data from customer and track the current state of the checkout.

Installation

composer require spryker/checkout

Documentation

Spryker Documentation