Prevent bots making order
Autore: Luis J.
Visite 713,
Followers 1,
Condiviso 0
I have the shopping cart setup and works well.
Only concern im having is, not having a way to enable "captcha" in the process of buying. Therefore bots can come in and make fake order with fake data.
How can we prevent that?
Postato il
Do you have examples of fake orders that are generated by entering them automatically?
JJ.
Autore
i do not actually. I did it to myself using my other computer with python script with selenium automation plugin and since there was no captcha, i was able to place a fake order with random data.
Hello Luis
In order to avoid bots, you can enable mandatory registration to access the Cart. This way, you can force your users to register first and you can actually protect the registration with Captcha
Try this out and let me know if this solution works for you
Thank you
Stefano