- Posts: 1
- Thank you received: 0
force to agree for guests
- MoritzGruber
- Topic Author
- Offline
- New Member
Less
More
8 years 4 months ago - 8 years 4 months ago #85516
by MoritzGruber
force to agree for guests was created by MoritzGruber
hi
the data entered by a guest at the checkout is stored for the order, so there must be a way to force the guest to agree to some article (privacy policie), i think.
The data entered is transfered to the server and there it is validated before the user checked the agreement. It is stored on the server memory temporarily. Is this correct?
I think it would be better if it was handled in this way for legal reasons:
1. checkout -> register -> enter data -> check agreement -> click next
2. client checks using javascript if agreement is checked (reduces server load for unchecked forms)
3. client sends agreement state to server on button press -> stored in session and validated
4. server sends answer to client if it's ok to send the remaining data
5. client sends the other data (adress, username, password etc.) to the server -> stored in session aswell and validated
6. server sends answers to client "this and that is not correct"
this way there is no data transfered if the user does not agree to the storage of them.
Thanks
the data entered by a guest at the checkout is stored for the order, so there must be a way to force the guest to agree to some article (privacy policie), i think.
The data entered is transfered to the server and there it is validated before the user checked the agreement. It is stored on the server memory temporarily. Is this correct?
I think it would be better if it was handled in this way for legal reasons:
1. checkout -> register -> enter data -> check agreement -> click next
2. client checks using javascript if agreement is checked (reduces server load for unchecked forms)
3. client sends agreement state to server on button press -> stored in session and validated
4. server sends answer to client if it's ok to send the remaining data
5. client sends the other data (adress, username, password etc.) to the server -> stored in session aswell and validated
6. server sends answers to client "this and that is not correct"
this way there is no data transfered if the user does not agree to the storage of them.
Thanks
Last edit: 8 years 4 months ago by MoritzGruber.
Please Log in or Create an account to join the conversation.
- Giang Dinh Truong
- Offline
- Administrator
8 years 4 months ago #85886
by Giang Dinh Truong
Replied by Giang Dinh Truong on topic force to agree for guests
Hello,
Sound like this is an outstanding and a bit strange requirement. If customer checkout as the guest, their information must also stored into the database so admin's store can get that information for the order.
Sincerely, Giang
Sound like this is an outstanding and a bit strange requirement. If customer checkout as the guest, their information must also stored into the database so admin's store can get that information for the order.
Sincerely, Giang
Please Log in or Create an account to join the conversation.
Moderators: Giang Dinh Truong
Support
Documentation
Information
Copyright © 2024 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.