Results 1 to 10 of 694

Hybrid View

  1. #1
    Join Date
    Aug 2007
    Location
    Gijón, Asturias, Spain
    Posts
    2,835
    Plugin Contributions
    31

    Default Re: Support Thread for Google reCAPTCHA plugin

    Have you applied the change to the version of tpl_contact_us_default.php in your template?
    Steve
    github.com/torvista: BackupMySQL, Structured Data, Multiple Copy-Move-Delete, Google reCaptcha, Image Checker, Spanish Language Pack and more...

  2. #2
    Join Date
    Apr 2019
    Posts
    345
    Plugin Contributions
    0

    Default Re: Support Thread for Google reCAPTCHA plugin

    I need some help to add reCAPTCHA function to my advanced search page. zc 1.57c. Google reCAPTCHA v3.4

    I tried to add <?php echo recaptcha_get_html(); ?> to tpl_advanced_search_default.php. The reCAPTCHA button shows up in my advanced search page, but it does not work.

    In includes/includes/classes/observers/class.google_recaptcha.php, I changed the following code:

    Under function __construct(), following code is added:

    $pages_to_check[] = 'NOTIFY_ADVANCED_SEARCH_CAPTCHA_CHECK';

    Under $event_array, NOTIFY_ADVANCED_SEARCH_CAPTCHA_CHECK' => 'advanced_search' is added. I tried to use "advanced_search", "advanced_search_result" even "contact", no help.

    In includes/modules/pages/advanced_search_result/header_php.php I added the following code at the last line. No help.

    $zco_notifier->notify('NOTIFY_ADVANCED_SEARCH_CAPTCHA_CHECK', $_POST);

    In includes/modules/pages/advanced_search/header_php.php advanced_search I added the following code at the first line. No help.

    $zco_notifier->notify('NOTIFY_ADVANCED_SEARCH_CAPTCHA_CHECK', $_POST);

  3. #3
    Join Date
    Aug 2007
    Location
    Gijón, Asturias, Spain
    Posts
    2,835
    Plugin Contributions
    31

    Default Re: Support Thread for Google reCAPTCHA plugin

    What is the problem you are trying to solve with a recaptcha on the Search page?
    Steve
    github.com/torvista: BackupMySQL, Structured Data, Multiple Copy-Move-Delete, Google reCaptcha, Image Checker, Spanish Language Pack and more...

  4. #4
    Join Date
    Apr 2019
    Posts
    345
    Plugin Contributions
    0

    Default Re: Support Thread for Google reCAPTCHA plugin

    Thanks for your reply. We received DDoS attacks recently and they tried to reach the advance search result pages. I tried to add a verification on our advanced search page. But I did some researches and I found out that by current settings, all the search results are kind of "advanced search". So this solution will not work then.

  5. #5
    Join Date
    Jun 2009
    Posts
    5
    Plugin Contributions
    0

    Default Re: Support Thread for Google reCAPTCHA plugin

    This plugin is really great. Previously bots were creating a ton of garbage accounts and this has completely stopped that.

    Unfortunately I now have a bot testing out credit card numbers on my Zen Cart sites which is resulting in high credit card fees for all the authorization attempts. The bot is creating a Zen Cart account, I assume the human is doing that step to get through the reCAPTCHA, and then the bot is using that one account to complete the checkout process and try to charge a credit card. And doing this many many times.

    Would it be possible to add a reCAPTCHA to some part of the checkout process so we can be sure it is a human checking out and not a bot? This functionality would likely be useful for other users as well who may be experiencing this type of problem, it seems to be becoming more common. For example adding a reCAPTCHA on the checkout_shipping or checkout_payment pages.

    I tried to add a reCAPTCHA to checkout_shipping by editing these pages,

    includes/classes/observers/auto.non_captcha_observer.php
    includes/classes/observers/class.google_recaptcha.php
    includes/modules/pages/checkout_shipping/header_php.php
    includes/templates/MY_DEFAULT_TEMPLATE/templates/tpl_checkout_shipping_default.php

    The reCAPTCHA is displayed on the shipping page but the user isn't being required to select it so I obviously am doing something wrong. All of the pages above seemed straightforward to edit except for checkout_shipping/header_php.php -- I'm unsure about the change I made there. I am running the current version of Zen Cart. Any help would be greatly appreciated.

    -Scott

  6. #6
    Join Date
    Jan 2009
    Posts
    64
    Plugin Contributions
    0

    Default Re: Support Thread for Google reCAPTCHA plugin

    Hi All

    I am using Fast and Easy Checkout by Numinix. On top of it I have installed this module. I see the captcha on both login and contact page. But the error thrown when you forget to click the robot checkbox is shown on Contact us page but not on Login page. The functionality though is working fine. Please help with a resolution.

  7. #7
    Join Date
    Jan 2007
    Location
    Illinois, USA
    Posts
    329
    Plugin Contributions
    0

    Default Re: Support Thread for Google reCAPTCHA plugin

    I had started a support thread for V3 since one didn’t exist and wasn’t linked to the plug-in. I asked the following:
    Quick question... should the previous version, if installed, of Google reCaptcha be uninstalled before installing this version?”
    The reply I received was “probably not. V3 is not an upgrade”

    if it’s not an upgrade, and previous plug-ins of reCaptcha should “probably not” be uninstalled… what’s the value of having 2 different types of reCaptcha installed?

    if this isn’t a replacement or update, then, to me, it should have its own support thread.
    NTO: building a better network thru collaboration
    www.needtoorder.com | www.coffeewitheinstein.com

  8. #8
    Join Date
    Feb 2007
    Posts
    513
    Plugin Contributions
    2

    Default Re: Support Thread for Google reCAPTCHA plugin

    I installed Google reCAPTCHA Version: 3.6a on zencart 1.5.0 https://gmstationery.com.au/. The contract or create account page displays the reCAPTCHA field but form can be submitted without clicking it.

    Template is called bootstrap. I placed the reCAPTCHA under the CUAS field

  9. #9
    Join Date
    Jun 2009
    Location
    Europe
    Posts
    59
    Plugin Contributions
    1

    Default Re: Support Thread for Google reCAPTCHA plugin

    Scott had already asked this but no-one replied.
    I think it is crutial to add a reCaptcha to checkout_process page, as we are subject to many CC try attempts by bots.
    Does anyone know how to do this properly?

    Quote Originally Posted by barkiesc View Post
    This plugin is really great. Previously bots were creating a ton of garbage accounts and this has completely stopped that.

    Unfortunately I now have a bot testing out credit card numbers on my Zen Cart sites which is resulting in high credit card fees for all the authorization attempts. The bot is creating a Zen Cart account, I assume the human is doing that step to get through the reCAPTCHA, and then the bot is using that one account to complete the checkout process and try to charge a credit card. And doing this many many times.

    Would it be possible to add a reCAPTCHA to some part of the checkout process so we can be sure it is a human checking out and not a bot? This functionality would likely be useful for other users as well who may be experiencing this type of problem, it seems to be becoming more common. For example adding a reCAPTCHA on the checkout_shipping or checkout_payment pages.

    I tried to add a reCAPTCHA to checkout_shipping by editing these pages,

    includes/classes/observers/auto.non_captcha_observer.php
    includes/classes/observers/class.google_recaptcha.php
    includes/modules/pages/checkout_shipping/header_php.php
    includes/templates/MY_DEFAULT_TEMPLATE/templates/tpl_checkout_shipping_default.php

    The reCAPTCHA is displayed on the shipping page but the user isn't being required to select it so I obviously am doing something wrong. All of the pages above seemed straightforward to edit except for checkout_shipping/header_php.php -- I'm unsure about the change I made there. I am running the current version of Zen Cart. Any help would be greatly appreciated.

    -Scott

  10. #10
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,942
    Plugin Contributions
    96

    Default Re: Support Thread for Google reCAPTCHA plugin

    That's not a possibility, since the 'checkout_process' page is transitional ... i.e. no customer input accepted.

    The order's payment is confirmed on checkout_confirmation and sent to the payment-provider, resulting in a redirect to checkout_process which results in a redirect to checkout_success on successful completion or somewhere else if an issue (like CC denial) occurs.

 

 

Similar Threads

  1. Support Thread for CKEditor Plugin
    By DivaVocals in forum Addon Admin Tools
    Replies: 213
    Last Post: 18 Nov 2024, 04:17 AM
  2. Back to Top Plugin [Support Thread]
    By picaflor-azul in forum All Other Contributions/Addons
    Replies: 31
    Last Post: 6 Feb 2016, 10:52 PM
  3. v151 Plug 'n' Pay plugin [Support Thread]
    By KetchRescue in forum Addon Payment Modules
    Replies: 5
    Last Post: 28 Nov 2015, 04:56 AM
  4. Justuno Plugin [Support Thread]
    By JustunoApp in forum All Other Contributions/Addons
    Replies: 8
    Last Post: 24 May 2015, 11:00 PM
  5. VendingBox Plugin Support Thread
    By vb_support in forum All Other Contributions/Addons
    Replies: 31
    Last Post: 10 Feb 2013, 07:24 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg