[ADD] ecommerce: How to display several images per product
This commit is contained in:
parent
de61388f3e
commit
c073510f16
12
ecommerce/managing_products.rst
Normal file
12
ecommerce/managing_products.rst
Normal 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
|
||||||
|
|
BIN
ecommerce/managing_products/media/multi_images01.png
Normal file
BIN
ecommerce/managing_products/media/multi_images01.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 120 KiB |
BIN
ecommerce/managing_products/media/multi_images02.png
Normal file
BIN
ecommerce/managing_products/media/multi_images02.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 27 KiB |
19
ecommerce/managing_products/multi_images.rst
Normal file
19
ecommerce/managing_products/multi_images.rst
Normal 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).
|
Loading…
Reference in New Issue
Block a user