Spent most of the day today searching through the theme for a client to get rid of this pesky send to Facebook chat box. No matter where I look, I cannot find the script that runs to add it to each product, nor do I see an installed app causing it to show up. Any help would be appreciated.
@hoffwebdev Thanks for sending the link via private message.
I’ve taken a look and that checkbox is being added to your page by an app called RecoverMyCart (recovermycart.com). Disabling the scripts associated with it’s domains in Chrome Developer Tools (Network panel) prevents the “Send to Messenger” element from being added to the product page, as you can see below:
Here’s a bit more info on how I narrowed down the issue:
To find scripts that were likely responsible, I first used the Inspect Element function in Chrome Developer Tools, and located the element in question. This allowed me to see a CSS class name on the div element that enclosed this element. I copied that class name, then performed a search in all files linked to the page in in dev tools (Ctrl + Shift + F).
This revealed a few mentions of that class name in those scripts, and when disabling those scrips, the button no longer appeared.