requiere login para realizar el checkout, cogido de OCA/e-commnerce
This commit is contained in:
parent
50f2a6d592
commit
d6de99c5aa
23 changed files with 885 additions and 0 deletions
4
website_sale_require_login/readme/CONFIGURE.rst
Normal file
4
website_sale_require_login/readme/CONFIGURE.rst
Normal file
|
|
@ -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*.
|
||||
5
website_sale_require_login/readme/CONTRIBUTORS.rst
Normal file
5
website_sale_require_login/readme/CONTRIBUTORS.rst
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
* Rafael Blasco <rafaelbn@antiun.com>
|
||||
* Jairo Llopis <yajo.sk8@gmail.com>
|
||||
* Dave Lasley <dave@laslabs.com>
|
||||
* Oscar Alcala <oscar@vauxoo.com>
|
||||
* Lorenzo Battistini <lorenzo.battistini@agilebg.com>
|
||||
7
website_sale_require_login/readme/DESCRIPTION.rst
Normal file
7
website_sale_require_login/readme/DESCRIPTION.rst
Normal file
|
|
@ -0,0 +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
|
||||
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*.
|
||||
5
website_sale_require_login/readme/USAGE.rst
Normal file
5
website_sale_require_login/readme/USAGE.rst
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
To use this module, you need to:
|
||||
|
||||
* Log out.
|
||||
* Try to buy something.
|
||||
* You will be forced to log in.
|
||||
Loading…
Add table
Add a link
Reference in a new issue