Skip to content

Commit 52a2b1a

Browse files
author
lman-odoo
committed
[IMP] ecommerce: update product/attribute page
task-3506952
1 parent 5dcb8e7 commit 52a2b1a

File tree

5 files changed

+54
-37
lines changed

5 files changed

+54
-37
lines changed

content/applications/sales/sales/products_prices/products/variants.rst

+23-16
Original file line numberDiff line numberDiff line change
@@ -147,27 +147,34 @@ Then, enter the name of the value in the :guilabel:`Value` column. Next, check t
147147
:guilabel:`Is custom value` column, if the value is custom (i.e. the customer gets to provide unique
148148
specifications that are specific to this particular value).
149149

150-
.. note::
151-
If the :guilabel:`Display Type` - :guilabel:`Color` option is selected, the option to add an HTML
152-
color code will appear to the far-right of the value line, to make it easier for salespeople and
153-
customers to know exactly what color option they're choosing.
150+
Colors
151+
~~~~~~
154152

155-
.. image:: variants/attribute-value-add-a-line.png
156-
:align: center
157-
:alt: Attribute values tab when add a line is clicked, showing the custom columns.
153+
Next to :guilabel:`Display Type`, select the :guilabel:`Color` option. Go to the
154+
:guilabel:`Attribute Values` tab to modify the value settings.
158155

159-
To choose a color, click the blank circle in the :guilabel:`Color` column, which reveals an HTML
160-
color selector pop-up window.
156+
.. image:: variants/attribute-value-add-image.png
157+
:alt: Add an image of the pattern to an attribute.
161158

162-
.. image:: variants/picking-a-color.png
163-
:align: center
164-
:alt: Selecting a color from the HTML color pop-up window that appears on attribute form.
159+
To choose a color, click the blank circle in the :guilabel:`Color` column, which reveals an HTML
160+
color selector pop-up window.
161+
162+
.. image:: variants/picking-a-color.png
163+
:alt: Selecting a color from the HTML color pop-up window that appears on attribute form.
164+
165+
In this pop-up window, select a specific color by dragging the color slider to a particular hue,
166+
and clicking on the color portion directly on the color gradient window.
167+
168+
Or, choose a specific color by clicking the *dropper* icon, and selecting a desired color that's
169+
currently clickable on the screen.
165170

166-
In this pop-up window, select a specific color by dragging the color slider to a particular hue,
167-
and clicking on the color portion directly on the color gradient window.
171+
If you sell products with specific patterns, you can also add an image to display the
172+
pattern of the product. To do so, click the :icon:`fa-camera` :guilabel:`(camera)` icon,
173+
then click the :icon:`fa-pencil` :guilabel:`(pencil)` icon and select an image from your local
174+
drive. This pattern will appear as a color option on the ecommerce product page.
168175

169-
Or, choose a specific color by clicking the *dropper* icon, and selecting a desired color that's
170-
currently clickable on the screen.
176+
.. image:: variants/ecommerce-pattern-option.png
177+
:alt: Pattern as color option on the ecommerce page.
171178

172179
.. tip::
173180
Attributes can also be created directly from the product template by adding a new line and

content/applications/websites/ecommerce/products.rst

+31-21
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ Shop page
6464
=========
6565

6666
To customize the layout of the main :guilabel:`Shop` page or modify its content, click
67-
:guilabel:`Edit`. Go to the :guilabel:`Blocks` tab to add
68-
:doc:`building blocks <../../websites/website/web_design/building_blocks>` or to the
67+
:guilabel:`Edit`. Go to the :guilabel:`Blocks` tab to add :doc:`building blocks
68+
<../../websites/website/web_design/building_blocks>` or to the
6969
:guilabel:`Customize` tab to change the page layout or add features:
7070

7171
- :guilabel:`Layout`: Select :guilabel:`Grid` or :guilabel:`List`.
@@ -154,13 +154,13 @@ by adding :ref:`variants <ecommerce/products/product-variants>`, :ref:`digital d
154154
Customization
155155
-------------
156156

157-
To customize a product page, click :guilabel:`Edit`. Go to the :guilabel:`Blocks` tab to add
158-
:doc:`building blocks <../../websites/website/web_design/building_blocks>`.
157+
To customize a product page, click :guilabel:`Edit` in the upper right corner of the page. Use the
158+
:guilabel:`Blocks` tab to add :doc:`building blocks <../../websites/website/web_design/building_blocks>`.
159159

160160
.. tip::
161-
- When dragging and dropping a building block on the product page, placing it above or below the
162-
top or bottom blue lines makes it visible on all product pages.
163-
- You can edit any text on your website simply by clicking on it while in :guilabel:`Edit` mode.
161+
- When dragging and dropping a building block on the product page, placing it above or below
162+
the top or bottom blue lines makes it visible on all product pages.
163+
- You can edit any text on your website by clicking on it while in :guilabel:`Edit` mode.
164164

165165
Go to the :guilabel:`Customize` tab to modify the page layout or add features:
166166

@@ -182,12 +182,12 @@ Go to the :guilabel:`Customize` tab to modify the page layout or add features:
182182
- :guilabel:`Select Quantity`: Toggle the switch to allow customers to select the product quantity
183183
they want to purchase.
184184

185-
- :guilabel:`Tax indication`: Toggle the switch to indicate if the price is
185+
- :guilabel:`Tax Indication`: Toggle the switch to indicate if the price is
186186
:ref:`VAT included or excluded <ecommerce-price-management-tax-display>`.
187187

188-
- :guilabel:`Variants`: Show all possible product :ref:`variants <ecommerce/products/product-variants>`
189-
vertically as a :guilabel:`Products List` or horizontally as selectable :guilabel:`Options` to
190-
compose the variant yourself.
188+
- :guilabel:`Variants`: Show all possible product :ref:`variants
189+
<ecommerce/products/product-variants>` vertically as a :guilabel:`Products List`
190+
or horizontally as selectable :guilabel:`Options` to compose the variant yourself.
191191

192192
- :guilabel:`Product Tags`: Toggle the switch to display the :guilabel:`Product Template Tags` on
193193
the product page and allow customers to filter products using those tags.
@@ -218,22 +218,31 @@ Go to the :guilabel:`Customize` tab to modify the page layout or add features:
218218

219219
.. _ecommerce/products/image-customization:
220220

221-
Image customization
222-
-------------------
221+
Product images and videos
222+
-------------------------
223223

224-
To customize the images available on the product page, go to the :guilabel:`Customize` tab:
224+
To add more media items, such as images and videos, navigate to the
225+
:ref:`product form <ecommerce/products/product-form>`, then go to the :guilabel:`Sales` tab
226+
and click :guilabel:`Add a media` under the :guilabel:`Extra Product Media` section. In the
227+
:guilabel:`Create Extra Product Media` pop-up window, enter the :guilabel:`Image Name`,
228+
and add a video URL or hover your mouse over the :icon:`fa-camera` :guilabel:`(camera)` icon
229+
and click the :icon:`fa-pencil` :guilabel:`(pencil)` icon to upload images from your local drive.
230+
231+
To customize the images or videos, go to the ecommerce product page, click :guilabel:`Edit`
232+
and select the relevant media. In the :guilabel:`Customize` tab, use the following features:
225233

226234
- :guilabel:`Images Width`: Changes the width of the product images displayed on the page.
227235
- :guilabel:`Layout`: The :guilabel:`Carousel` layout allows customers to navigate from one image to
228236
the next using the :icon:`fa-angle-left` (:guilabel:`left arrow`) or :icon:`fa-angle-right`
229237
(:guilabel:`right arrow`); whereas the :guilabel:`Grid` displays four images in a square layout.
230238
- :guilabel:`Image Zoom`: Select the zoom effect for product images: :guilabel:`Magnifier on hover`
231239
:guilabel:`Pop-up on Click`, :guilabel:`Both`, or :guilabel:`None`.
232-
- :guilabel:`Thumbnails`: Align thumbnails on the :icon:`fa-long-arrow-left` (:guilabel:`Left`) or
233-
at the :icon:`fa-long-arrow-down` (:guilabel:`Bottom`).
240+
- :guilabel:`Thumbnails`: Align thumbnails on the :icon:`fa-long-arrow-left` (:guilabel:`Left`)
241+
or at
242+
the :icon:`fa-long-arrow-down` (:guilabel:`Bottom`).
234243
- :guilabel:`Main Image`: Click :guilabel:`Replace` to change the product's main image.
235-
- :guilabel:`Extra Images`: :guilabel:`Add` extra images or videos (including via URL) or
236-
:guilabel:`Remove all` product images.
244+
- :guilabel:`Extra Images`: :guilabel:`Add` more extra images or videos (including via URL) or
245+
:guilabel:`Remove all`.
237246

238247
.. note::
239248
Images must be in PNG or JPG format and with a minimum size of 1024x1024 to trigger the zoom.
@@ -253,8 +262,8 @@ To configure product variants for a product:
253262
#. Scroll down to the :guilabel:`Shop - Products` section and enable the
254263
:guilabel:`Product Variants` feature.
255264
#. Access the :ref:`product forms <ecommerce/products/product-form>` and go to the
256-
:guilabel:`Attributes & Variants` tab, where you can add attributes and values, allowing customers
257-
to configure and select product variants on the product page. For multiple attributes,
265+
:guilabel:`Attributes & Variants` tab, where you can add attributes and values, allowing
266+
customers to configure and select product variants on the product page. For multiple attributes,
258267
you can combine them to create specific variants.
259268

260269
To display or hide an attribute on the :guilabel:`Shop` page and allow visitors to filter them,
@@ -282,7 +291,8 @@ Digital files
282291

283292
You can link digital files like certificates, eBooks, or user manuals to the products. These
284293
documents are available :ref:`before payment <ecommerce-products-digital-files-before-payment>` on
285-
the product page or in the customer portal :ref:`after checkout <ecommerce-products-digital-files-after-payment>`.
294+
the product page or in the customer portal
295+
:ref:`after checkout <ecommerce-products-digital-files-after-payment>`.
286296

287297
To link a digital file to a product, go to the :ref:`product form <ecommerce/products/product-form>`
288298
and click the :guilabel:`Documents` smart button. Then, click :guilabel:`Upload` to upload a file

0 commit comments

Comments
 (0)