[ADD] ecommerce: How to display several images per product

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

View File

@ -0,0 +1,12 @@
=================
Manage your products
=================
.. toctree::
:titlesonly:
managing_products/multi_images
managing_products/variants
managing_products/stock
../../sales/products_prices/products/import

Binary file not shown.

After

Width:  |  Height:  |  Size: 120 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 27 KiB

View File

@ -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).