Lots of Shopping Cart Order - Can it be Spam Bots?
All of sudden today I've started to get loads of orders that are just where a user has added to cart.
There doesn't seem to be any issues that would stop them going any further and they are all anonymous, and seem to come in rapid bursts.
This kind of behaviour is reminiscent to the problems we've had with spambots creating accounts.
So is it possible that a spambot could be doing this and if so are there any measures I could take to stop it?
Also is there a way to clean up these orders after a period time?
Comments
It is definitely spam, I removed the quantity field and it stopped. The trouble I have with spambots seems to be quite a lot, for example over 1000 of the shopping cart orders were created over 4 hours. I use the Botcha module on all other forms which is very successful at blocking spambots but I've not found a way to use it with commerce because every add to cart form has a different id.
Well if Botcha just needs an id to use, you could insert one using jQuery at the top div level of every add-to-cart field and then use that to target it.
It's actually the form id it's needs, so could I do the same for that?
Oh, no that won't work then. Hmm.