8000 [FIX] sales: corrected ecommerce category field issue · odoo/documentation@d21e9d8 · GitHub
[go: up one dir, main page]

Skip to content

Commit d21e9d8

Browse files
committed
[FIX] sales: corrected ecommerce category field issue
closes #9505 Signed-off-by: Kevin Scannell (ksc) <ksc@odoo.com>
1 parent 68ecabb commit d21e9d8

File tree

3 files changed

+43
-36
lines changed

3 files changed

+43
-36
lines changed

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

Lines changed: 43 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,7 @@ attributes, navigate to :menuselection:`Sales app --> Configuration --> Attribut
5555

5656
.. note::
5757
The order of attributes on the :guilabel:`Attributes` page dictates how they appear on the
58-
:guilabel:`Product Configurator`, :guilabel:`Point of Sale` dashboard, and :guilabel:`eCommerce`
59-
pages.
58+
*Product Configurator*, *Point of Sale* dashboard, and *eCommerce* pages.
6059

6160
To create a new attribute from the :guilabel:`Attributes` page, click :guilabel:`New`. Doing so
6261
reveals a blank attributes form that can be customized and configured in a number of ways.
@@ -67,52 +66,32 @@ reveals a blank attributes form that can be customized and configured in a numbe
6766

6867
First, create an :guilabel:`Attribute Name`, such as `Color` or `Size`.
6968

70-
Next, in the optional :guilabel:`Category` field, select a category from a drop-down menu to group
71-
similar attributes under the same section for added specificity and organization.
72-
73-
.. note::
74-
To view the details related to the attribute category selected, click the internal link
75-
:guilabel:`➡️ (arrow)` icon to the far-right of the :guilabel:`Category` field. Doing so reveals
76-
that attribute category's detail form.
77-
78-
.. image:: variants/attribute-category-internal-link.png
79-
:align: center
80-
:alt: A standard attribute category detail page accessible via its internal link arrow icon.
81-
82-
Here, the :guilabel:`Category Name` and :guilabel:`Sequence` is displayed at the top. Followed by
83-
:guilabel:`Related Attributes` associated with the category. These attributes can be
84-
dragged-and-dropped into a desirable order of priority.
85-
86-
Attributes can be directly added to the category, as well, by clicking :guilabel:`Add a line`.
87-
88-
.. tip::
89-
To create an attribute category directly from this field, start typing the name of the new
90-
category, then select either :guilabel:`Create` or :guilabel:`Create and edit...` from the
91-
drop-down menu that appears.
92-
93-
Clicking :guilabel:`Create` creates the category, which can be modified later. Clicking
94-
:guilabel:`Create and edit...` creates the category and reveals a :guilabel:`Create Category`
95-
pop-up window, in which the new attribute category can be configured and customized.
96-
97-
Beneath the :guilabel:`Category` field are the :guilabel:`Display Type` options. The
98-
:guilabel:`Display Type` determines how this product is shown on the online store, :guilabel:`Point
99-
of Sale` dashboard, and :guilabel:`Product Configurator`.
69+
Next, select one of the options from the :guilabel:`Display Type` field. The :guilabel:`Display
70+
Type` determines how this product is shown on the online store, *Point of Sale* dashboard, and
71+
*Product Configurator*.
10072

10173
The :guilabel:`Display Type` options are:
10274

103-
- :guilabel:`Radio`: options appear in a bullet-style list on the product page of the online store.
10475
- :guilabel:`Pills`: options appear as selectable buttons on the product page of the online store.
105-
- :guilabel:`Select`: options appear in a drop-down menu on the product page of the online store.
10676
- :guilabel:`Color`: options appear as small, colored squares, which reflect any HTML color codes
77+
- :guilabel:`Radio`: options appear in a bullet-style list on the product page of the online store.
78+
- :guilabel:`Select`: options appear in a drop-down menu on the product page of the online store.
10779
set, on the product page of the online store.
80+
- :guilabel:`Multi-checkbox (option)`: options appear as selectable checkboxes on the product page
81+
of the online store.
10882

10983
.. image:: variants/display-types.png
11084
:align: center
11185
:alt: Display Types on Product Configurator on the online store in Odoo.
11286

113-
The :guilabel:`Variants Creation Mode` field informs Odoo when to automatically create a new variant
87+
The :guilabel:`Variant Creation Mode` field informs Odoo when to automatically create a new variant
11488
once an attribute is added to a product.
11589

90+
.. note::
91+
The :guilabel:`Variant Creation Mode` field **must** be set to :guilabel:`Never (option)` in
92+
order for the :guilabel:`Multi-checkbox (option)` to work properly as the :guilabel:`Display
93+
Type`.
94+
11695
- :guilabel:`Instantly`: creates all possible variants as soon as attributes and values are added
11796
to a product template.
11897
- :guilabel:`Dynamically`: creates variants **only** when corresponding attributes and values are
@@ -122,12 +101,40 @@ once an attribute is added to a product.
122101
.. warning::
123102
Once added to a product, an attribute's :guilabel:`Variants Creation Mode` cannot be edited.
124103

125-
Lastly, the :guilabel:`eCommerce Filter Visibility` field determines whether these attribute options
104+
The :guilabel:`eCommerce Filter Visibility` field determines whether or not these attribute options
126105
are visible to the customer on the front-end, as they shop on the online store.
127106

128107
- :guilabel:`Visible`: the attribute values are visible to customers on the front-end.
129108
- :guilabel:`Hidden`: the attribute values are hidden from customers on the front-end.
130109

110+
Lastly, in the optional :guilabel:`eCommerce Category` field, select a category from a drop-down
111+
menu to group similar attributes under the same section for added specificity and organization.
112+
113+
.. note::
114+
To view the details related to the attribute category selected, click the internal link
115+
:icon:`fa-arrow-right` :guilabel:`(right arrow)` icon to the far-right of the
116+
:guilabel:`eCommerce Category` field, once an option has been selected. Doing so reveals that
117+
attribute category's detail form.
118+
119+
.. image:: variants/attribute-category-internal-link.png
120+
:align: center
121+
:alt: A standard attribute category detail page accessible via its internal link arrow icon.
122+
123+
Here, the :guilabel:`Category Name` and :guilabel:`Sequence` is displayed at the top. Followed by
124+
:guilabel:`Related Attributes` associated with the category. These attributes can be
125+
dragged-and-dropped into a desirable order of priority.
126+
127+
Attributes can be directly added to the category, as well, by clicking :guilabel:`Add a line`.
128+
129+
.. tip::
130+
To create an attribute category directly from this field, start typing the name of the new
131+
category, then select either :guilabel:`Create` or :guilabel:`Create and edit...` from the
132+
drop-down menu that appears.
133+
134+
Clicking :guilabel:`Create` creates the category, which can be modified later. Clicking
135+
:guilabel:`Create and edit...` creates the category and reveals a :guilabel:`Create Category`
136+
pop-up window, in which the new attribute category can be configured and customized.
137+
131138
Attribute values
132139
----------------
133140

Loading
Loading

0 commit comments

Comments
 (0)
0