mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
[Documentation][Book] State machine diagrams - part 2
This commit is contained in:
parent
ddf12bdfc8
commit
dd73800e54
5 changed files with 18 additions and 0 deletions
BIN
docs/_images/sylius_order_checkout.png
Normal file
BIN
docs/_images/sylius_order_checkout.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 18 KiB |
BIN
docs/_images/sylius_order_payment.png
Normal file
BIN
docs/_images/sylius_order_payment.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 21 KiB |
BIN
docs/_images/sylius_order_shipping.png
Normal file
BIN
docs/_images/sylius_order_shipping.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 11 KiB |
|
|
@ -44,6 +44,10 @@ The transitions on the order checkout state machine are:
|
|||
from: [payment_selected]
|
||||
to: completed
|
||||
|
||||
.. image:: ../../_images/sylius_order_checkout.png
|
||||
:align: center
|
||||
:scale: 70%
|
||||
|
||||
Steps of Checkout
|
||||
-----------------
|
||||
|
||||
|
|
|
|||
|
|
@ -130,6 +130,13 @@ This lets you to divide an order into several different shipments that have own
|
|||
|
||||
If you are not familiar with the shipments concept :doc:`check the documentation</book/orders/shipments>`.
|
||||
|
||||
State machine of Shipping in an Order
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
.. image:: ../../_images/sylius_order_shipping.png
|
||||
:align: center
|
||||
:scale: 70%
|
||||
|
||||
How to add a Shipment to an Order?
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
@ -182,6 +189,13 @@ It lets you to divide paying for an order into several different methods that ha
|
|||
|
||||
If you are not familiar with the Payments concept :doc:`check the documentation</book/orders/payments>`.
|
||||
|
||||
State machine of Payment in an Order
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
.. image:: ../../_images/sylius_order_payment.png
|
||||
:align: center
|
||||
:scale: 70%
|
||||
|
||||
How to add a Payment to an Order?
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue