-
-
Notifications
You must be signed in to change notification settings - Fork 500
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IMP] website_sale_product_assortment: pre-commit auto fixes
- Loading branch information
1 parent
8d37d4c
commit 5f30180
Showing
11 changed files
with
109 additions
and
97 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
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
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[build-system] | ||
requires = ["whool"] | ||
build-backend = "whool.buildapi" |
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 |
---|---|---|
@@ -0,0 +1,17 @@ | ||
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. |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
- [Tecnativa](https://www.tecnativa.com): | ||
|
||
> - Carlos Roca | ||
> - Pedro M. Baeza | ||
> - Stefan Ungureanu | ||
> - Pilar Vargas | ||
- [Ooops](https://www.ooops404.com): | ||
- Ashish Hirpara (<https://ashish-hirpara.com>) |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
This module allows to set e-commerce restrictions on product | ||
assortments. |
This file was deleted.
Oops, something went wrong.
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
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