so how do I do that?
PRO-Webs, Inc. since 2003 :: Zen Cart Hosting :: Zen Cart SEO – 12 Steps to Success
**I answer questions in the forum, private messages are not conducive to a helpful community.
Would it be possible to include reCAPTCHA on the Login and possibly even the Checkout?
Why? I have a customer that has been getting hit with a card tester bot (couple thousand fake accounts and $0.25 transactions)
Thinking reCAPTCHA could be a good road-block but it seems the only option on this plugin is for New Account Creation.
You could add it to any page.
Since users have to be logged in to purchase, they would have already passed the recaptha on the login/would not make sense to add it to the checkout too.
Steve
github.com/torvista: BackupMySQL, Structured Data, Multiple Copy-Move-Delete, Google reCaptcha, Image Checker, Spanish Language Pack and more...
Thank you for responding and your point about the Checkout makes perfect sense.
You stated I could add it to any page but I guess I where my concern is based is the [class.google_recaptcha.php] file does not specify a path for the Login (we only get Contact, Create Account, and Reviews).
This customer has 2 stores with one using the default checkout and the other using the One Page Checkout... not sure if that would matter.
If I were to add this [<?php echo recaptcha_get_html(false); ?>] to the tpl_login_default.php page just before the submit button would it work properly without a link/path in the class file mentioned above?
Last edited by Cognecy; 13 Feb 2025 at 05:06 PM.
You can try the .zip from this branch
https://github.com/torvista/Zen_Cart...tree/add_login
Steve
github.com/torvista: BackupMySQL, Structured Data, Multiple Copy-Move-Delete, Google reCaptcha, Image Checker, Spanish Language Pack and more...