-
-
Notifications
You must be signed in to change notification settings - Fork 498
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by CarlosRoca13
- Loading branch information
Showing
1 changed file
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
To see this module working, you have to define a product assortment and select | ||
an option on the website availability field. | ||
|
||
#. **Don't apply restriction**: This option will not set any kind of restriction on | ||
product items. | ||
#. **Avoid to show non available products**: This option will hide on the e-commerce, the | ||
products that are not added to the products domain. If a product template has at least | ||
one allowed variant to show, the product will appear on the product items view but only | ||
that variants will be able to be bought. | ||
#. **Avoid selling not available products**: This option will restrict to buy the | ||
products that are added to the assortment on the e-commerce. To inform the clients, | ||
two more fields were added: "Message when unavailable" and "Assortment information". | ||
The first one will add a short description to the product item and the other one will set a | ||
detailed description on the product sheet. This second one is editable from the website editor. | ||
- **Don't apply restriction**: This option will not set any kind of restriction on | ||
product items. | ||
- **Avoid to show non available products**: This option will hide on the e-commerce, the | ||
products that are not added to the products domain. If a product template has at least | ||
one allowed variant to show, the product will appear on the product items view but only | ||
that variants will be able to be bought. | ||
- **Avoid selling not available products**: This option will restrict to buy the | ||
products that are added to the assortment on the e-commerce. To inform the clients, | ||
two more fields were added: "Message when unavailable" and "Assortment information". | ||
The first one will add a short description to the product item and the other one will set a | ||
detailed description on the product sheet. This second one is editable from the website editor. |