One of the few options to try and combat SPAM on your zencart install, is to try and implement a CAPTCHA text/image on your contact us page. I recently updated a contribution I created several months ago. This reCAPTCHA contribution will add configuration fields to the database for your api key and password, color theme selection, and enable/disable feature on contact us form. The original contribution had used native mysql queries, so I have updated the contribution to support zencart’s $db:Factory object. Continue reading Zencart reCAPTCHA Contribution Mod