[Docs] Outdate OrderBundle

This commit is contained in:
Magdalena Sadowska 2019-01-15 09:56:06 +01:00 committed by Mateusz Zalewski
parent 99aa793b45
commit 71aacf4cc9
No known key found for this signature in database
GPG key ID: 0545A7503DD474B8
7 changed files with 47 additions and 11 deletions

View file

@ -1,6 +1,13 @@
.. rst-class:: outdated
The Adjustments
===============
.. danger::
We're sorry but **this documentation section is outdated**. Please have that in mind when trying to use it.
You can help us making documentation up to date via Sylius Github. Thank you!
Adjustments are based on simple but powerful idea inspired by `Spree adjustments <http://guides.spreecommerce.org/developer/adjustments.html>`_.
They serve as foundation for any tax, shipping and discounts systems.

View file

@ -1,6 +1,13 @@
.. rst-class:: outdated
SyliusOrderBundle
=================
.. danger::
We're sorry but **this documentation section is outdated**. Please have that in mind when trying to use it.
You can help us making documentation up to date via Sylius Github. Thank you!
This bundle is a foundation for sales order handling for Symfony projects.
It allows you to use any model as the merchandise.

View file

@ -1,6 +1,13 @@
.. rst-class:: outdated
Installation
============
.. danger::
We're sorry but **this documentation section is outdated**. Please have that in mind when trying to use it.
You can help us making documentation up to date via Sylius Github. Thank you!
We assume you're familiar with `Composer <http://packagist.org>`_, a dependency manager for PHP.
Use the following command to add the bundle to your `composer.json` and download package.

View file

@ -1,6 +1,13 @@
.. rst-class:: outdated
The Order, OrderItem and OrderItemUnit
======================================
.. danger::
We're sorry but **this documentation section is outdated**. Please have that in mind when trying to use it.
You can help us making documentation up to date via Sylius Github. Thank you!
Here is a quick reference of what the default models can do for you.
Order basics

View file

@ -1,6 +1,13 @@
.. rst-class:: outdated
Processors
==========
.. danger::
We're sorry but **this documentation section is outdated**. Please have that in mind when trying to use it.
You can help us making documentation up to date via Sylius Github. Thank you!
Order processors are responsible of manipulating the orders to apply different predefined adjustments or other modifications based on order state.
Registering custom processors

View file

@ -1,6 +1,13 @@
.. rst-class:: outdated
Using the services
==================
.. danger::
We're sorry but **this documentation section is outdated**. Please have that in mind when trying to use it.
You can help us making documentation up to date via Sylius Github. Thank you!
When using the bundle, you have access to several handy services.
You can use them to retrieve and persist orders.

View file

@ -1,9 +1,12 @@
.. rst-class:: outdated
Summary
=======
.. note::
.. danger::
To be written.
We're sorry but **this documentation section is outdated**. Please have that in mind when trying to use it.
You can help us making documentation up to date via Sylius Github. Thank you!
Configuration reference
-----------------------
@ -49,15 +52,6 @@ Configuration reference
cart: '2 days'
order: '5 days'
`phpspec <http://phpspec.net>`_ examples
-----------------------------------------
.. code-block:: bash
$ composer install
$ bin/phpspec run -fpretty --verbose
Bug tracking
------------