mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
docs #15226 Update checkout.rst (zairigimad)
This PR was merged into the 1.12 branch. Discussion ---------- | Q | A | |-----------------|--------------------------------------------------------------| | Branch? | 1.12 | | Bug fix? | no | | New feature? | no | | BC breaks? | no | | Deprecations? | no/ | | Related tickets | f | | License | MIT | <!-- - Bug fixes must be submitted against the 1.12 branch - Features and deprecations must be submitted against the 1.13 branch - Make sure that the correct base branch is set To be sure you are not breaking any Backward Compatibilities, check the documentation: https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html --> Commits ------- Update checkout.rst
This commit is contained in:
commit
623b10ce7a
1 changed files with 1 additions and 2 deletions
|
|
@ -10,8 +10,7 @@ The process of specifying address, payment and a way of shipping transforms the
|
|||
Checkout State Machine
|
||||
----------------------
|
||||
|
||||
The Order Checkout state machine has 5 states available: ``cart``, ``addressed``, ``shipping_selected``, ``payment_selected``, ``completed``
|
||||
and a set of defined transitions between them.
|
||||
The Order Checkout state machine has 7 states available: ``cart``, ``addressed``, ``shipping_selected``, ``shipping_skipped``, ``payment_selected``, ``payment_skipped``, ``completed`` and a set of defined transitions between them.
|
||||
These states are saved as the **checkoutState** of the **Order**.
|
||||
|
||||
Besides the steps of checkout, each of them can be done more than once. For instance if the Customer changes their mind
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue