mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
[Docs] Outdate OrderBundle
This commit is contained in:
parent
99aa793b45
commit
71aacf4cc9
7 changed files with 47 additions and 11 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
------------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue