diff --git a/ecommerce/managing_products.rst b/ecommerce/managing_products.rst new file mode 100644 index 000000000..a4ed4c4b5 --- /dev/null +++ b/ecommerce/managing_products.rst @@ -0,0 +1,12 @@ +================= +Manage your products +================= + +.. toctree:: + :titlesonly: + + managing_products/multi_images + managing_products/variants + managing_products/stock + ../../sales/products_prices/products/import + diff --git a/ecommerce/managing_products/media/multi_images01.png b/ecommerce/managing_products/media/multi_images01.png new file mode 100644 index 000000000..89eb8820a Binary files /dev/null and b/ecommerce/managing_products/media/multi_images01.png differ diff --git a/ecommerce/managing_products/media/multi_images02.png b/ecommerce/managing_products/media/multi_images02.png new file mode 100644 index 000000000..9ccb8e094 Binary files /dev/null and b/ecommerce/managing_products/media/multi_images02.png differ diff --git a/ecommerce/managing_products/multi_images.rst b/ecommerce/managing_products/multi_images.rst new file mode 100644 index 000000000..d717f3c19 --- /dev/null +++ b/ecommerce/managing_products/multi_images.rst @@ -0,0 +1,19 @@ +========================================= +How to display several images per product +========================================= + +By default your product web page displays the main image of your product only. +If you like to show your products under several angles, you can turn the image into a carrousel. + +.. image:: ./media/multi_images01.png + :align: center + +* Check *Several images per product* in :menuselection:`Website Admin --> Configuration --> Settings`. + +* Open a product detail form and upload images from *Images* tab. Hit *Create* in Edit mode to get the upload wizard. + +.. image:: ./media/multi_images02.png + :align: center + +.. note:: + Such extra image are common to all the product variants (if any).