force to agree for guests

  • MoritzGruber
  • Topic Author
  • Offline
  • New Member
  • New Member
More
7 years 8 months ago - 7 years 8 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
Last edit: 7 years 8 months ago by MoritzGruber.

Please Log in or Create an account to join the conversation.

  • Giang Dinh Truong
  • Offline
  • Administrator
  • Administrator
More
7 years 8 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

Please Log in or Create an account to join the conversation.

Moderators: Giang Dinh Truong