mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
"Shipping & Payment" chapter
This commit is contained in:
parent
83dc365519
commit
6d456af40a
8 changed files with 46 additions and 10 deletions
BIN
docs/_images/getting-started-with-sylius/gateways.png
Normal file
BIN
docs/_images/getting-started-with-sylius/gateways.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 27 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 122 KiB |
BIN
docs/_images/getting-started-with-sylius/shipping-method.png
Normal file
BIN
docs/_images/getting-started-with-sylius/shipping-method.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 203 KiB |
|
|
@ -10,8 +10,7 @@ to the first results ("I can sell some stuff online!").
|
|||
|
||||
installation
|
||||
basic-configuration
|
||||
shipping-method
|
||||
payment-method
|
||||
shipping-and-payment
|
||||
first-product
|
||||
customizations
|
||||
plugin-installation
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
* :doc:`/getting-started-with-sylius/installation`
|
||||
* :doc:`/getting-started-with-sylius/basic-configuration`
|
||||
* :doc:`/getting-started-with-sylius/shipping-method`
|
||||
* :doc:`/getting-started-with-sylius/payment-method`
|
||||
* :doc:`/getting-started-with-sylius/shipping-and-payment`
|
||||
* :doc:`/getting-started-with-sylius/first-product`
|
||||
* :doc:`/getting-started-with-sylius/customizations`
|
||||
* :doc:`/getting-started-with-sylius/plugin-installation`
|
||||
|
|
|
|||
|
|
@ -1,3 +0,0 @@
|
|||
Payment method
|
||||
==============
|
||||
|
||||
44
docs/getting-started-with-sylius/shipping-and-payment.rst
Normal file
44
docs/getting-started-with-sylius/shipping-and-payment.rst
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
Shipping & Payment
|
||||
==================
|
||||
|
||||
The basic configuration is done. We can now proceed to allow potential customers buying our merchandise. As usual, during the checkout
|
||||
process, they should be able to define how do they want their order to be shipped, as well as how they would pay for that.
|
||||
|
||||
Shipping method
|
||||
---------------
|
||||
|
||||
Sylius allows configuring different ways to ship the order, depending on shipping address (the **Zone** concept is essential there!), or affiliation
|
||||
to some specific **Shipping Category**. Let's then create a simple shipping method called "FedEx" that would cost $10.00 for the whole order.
|
||||
|
||||
.. image:: /_images/getting-started-with-sylius/shipping-method.png
|
||||
|
||||
Payment method
|
||||
--------------
|
||||
|
||||
Customer should also be able to choose, how their order will be paid. At least one payment method is required for completing a checkout, so create a new one
|
||||
named "Cash on delivery". Before creation, we need to specify the payment method gateway, which is a way for processing the payment (*Offline*, *PayPal Express Checkout*,
|
||||
and *Stripe* are supported by default).
|
||||
|
||||
Gateway selection:
|
||||
|
||||
.. image:: /_images/getting-started-with-sylius/gateways.png
|
||||
:scale: 55%
|
||||
:align: center
|
||||
|
||||
|
|
||||
|
||||
Payment method creation:
|
||||
|
||||
.. image:: /_images/getting-started-with-sylius/payment-method-creation.png
|
||||
|
||||
.. attention::
|
||||
|
||||
Psst! You can find integrations with more payment gateways if you take a look at some `Sylius plugins <https://sylius.com/plugins>`_
|
||||
|
||||
Great! The only thing left is creating some product, and we can go shopping!
|
||||
|
||||
Learn more
|
||||
##########
|
||||
|
||||
* :doc:`Shipments </book/orders/shipments>`
|
||||
* :doc:`Payments </book/orders/payments>`
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
Shipping method
|
||||
===============
|
||||
|
||||
Loading…
Add table
Reference in a new issue