Hi @rermis, thanks for reaching out and bringing our attention to this!
We did a quick search and found an article outlining what seems to be what you are referring to: https://www.searchenginejournal.com/googlebot-adding-products-shopping-carts/373595/
So If I understand it correctly – you are participating in Google Shopping program which allows you to list products from your store over at Google and in order to do that, google will time after time come over to your store to add items to the cart and test the checkout?
Do you have some reference link or documentation to the line of code you added so we could dive deeper and look into it?
Thank you,
Nauris
Thread Starter
RLDD
(@rermis)
Hi @nauriskolats,
Thanks for looking into this. You are correct, the bots crawl the site and create carts as part of the Google Shopping program. The one consistent factor for all the carts email domain is @fakemail.com.
It would be nice to be able to skip recovery emails, and possibly even exclude the bot’s carts from the abandoned cart list. I think the easiest route could introduce a field in plugin settings where certain email domains can be excluded from recovery. That would be equally effective while leaving accuracy and adjustment up to the admin.
If you want to cut directly to the root issue, you could exclude from the recovery process based on IP host if google is returned from the function gethostbyaddr(). However this leaves little control up to the admin and is probably not the best solution for a widely distributed plugin.
Thank you for confirming. Since these are abandoned carts left by bots and for the most part you do not want to be seeing notifications about such abandoned carts, I guess the best option would be to simply ignore such carts from being saved and creating any stress on the database.
I have added this to our wish-list and will get back to you once this has been developed.
Thank you for your input! 🙂
Hi @rermis, just following up and letting you know that we have added improved features to the already existing bot prevention features in our Pro version including ignoring Google Storebot from leaving abandoned carts.
Please feel free to reach us via our contact form to get a small gift for your help and idea! 🙂
Thread Starter
RLDD
(@rermis)
Awesome, thank you so much!