[ADD] ecommerce: How to show product availability

This commit is contained in:
Frédéric Gilson 2016-09-21 14:22:18 +02:00 committed by Yannick Tivisse
parent c073510f16
commit 2f9ad31d6f
4 changed files with 26 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 140 KiB

View File

@ -0,0 +1,26 @@
---------------------------------
How to show product availability
---------------------------------
The availability of your products can be shown on the website to reassure your customers.
.. image:: ./media/stock_web.png
:align: center
To display this, open the *Sales* tab in the product detail form and select an option in
*Availability*.
.. image:: ./media/stock.png
:align: center
A custom warning message can be anything related to a stock out, delivery delay, etc.
.. image:: ./media/stock_warning.png
:align: center
.. note::
This tool does not require the Inventory app to be installed.
.. tip::
If one item is no longer sellable, unpublish it from your website. If it comes to
one particular product variant, deactivate the variant in the backend (see :doc:`pricelists`).