diff --git a/ecommerce/managing_products/media/stock.png b/ecommerce/managing_products/media/stock.png new file mode 100644 index 000000000..5c2b03ca7 Binary files /dev/null and b/ecommerce/managing_products/media/stock.png differ diff --git a/ecommerce/managing_products/media/stock_warning.png b/ecommerce/managing_products/media/stock_warning.png new file mode 100644 index 000000000..34ec03d23 Binary files /dev/null and b/ecommerce/managing_products/media/stock_warning.png differ diff --git a/ecommerce/managing_products/media/stock_web.png b/ecommerce/managing_products/media/stock_web.png new file mode 100644 index 000000000..0fd580fba Binary files /dev/null and b/ecommerce/managing_products/media/stock_web.png differ diff --git a/ecommerce/managing_products/stock.rst b/ecommerce/managing_products/stock.rst new file mode 100644 index 000000000..455736bf0 --- /dev/null +++ b/ecommerce/managing_products/stock.rst @@ -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`).