-
-
Notifications
You must be signed in to change notification settings - Fork 501
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_require_login: pre-commit auto fixes
- Loading branch information
Showing
10 changed files
with
66 additions
and
63 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
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,4 @@ | ||
You probably want to enable any user to sign up: | ||
|
||
- Go to *Settings \> General Settings \> Website \> Customer Account*. | ||
- Enable *Free sign up*. |
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,8 @@ | ||
- Dave Lasley \<<dave@laslabs.com>\> | ||
- Oscar Alcala \<<oscar@vauxoo.com>\> | ||
- Lorenzo Battistini \<<lorenzo.battistini@agilebg.com>\> | ||
- Foram Shah \<<foram.shah@initos.com>\> | ||
- [Tecnativa](https://www.tecnativa.com): | ||
- Rafael Blasco | ||
- Jairo Llopis | ||
- Alexandre Diaz |
This file was deleted.
Oops, something went wrong.
10 changes: 5 additions & 5 deletions
10
...sale_require_login/readme/DESCRIPTION.rst → ..._sale_require_login/readme/DESCRIPTION.md
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,7 +1,7 @@ | ||
This module extends the functionality of eCommerce to force users | ||
to login before buying anything in the website and allow you to get rid of | ||
This module extends the functionality of eCommerce to force users to | ||
login before buying anything in the website and allow you to get rid of | ||
those duplicated entries of returning unauthenticated users. | ||
|
||
If you do not allow external users to sign up, this can serve you to make | ||
checkout available only for those that have a user account, and make some sort | ||
of *members club*. | ||
If you do not allow external users to sign up, this can serve you to | ||
make checkout available only for those that have a user account, and | ||
make some sort of *members club*. |
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,5 @@ | ||
To use this module, you need to: | ||
|
||
- Log out. | ||
- Try to buy something. | ||
- You will be forced to log in. |
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