Results 1 to 10 of 694

Hybrid View

  1. #1
    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

  2. #2
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,948
    Plugin Contributions
    96

    Default Re: Support Thread for Google reCAPTCHA plugin

    Quote Originally Posted by vandiermen View Post
    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
    Did you edit the /includes/functions/extra_functions/functions_google_recaptcha.php to indicate that the checking should occur on those pages?

    The default values are 'false', set the pages you're interested in to 'true' (and don't forget the quotes):
    PHP Code:
    //set to true for the pages on which you wish to enable reCaptcha (don't forget to add the code snippet to the template!)
    define('GOOGLE_RECAPCHTA_ASK_QUESTION''false');
    define('GOOGLE_RECAPCHTA_CONTACT_US''false');
    define('GOOGLE_RECAPCHTA_CREATE_ACCOUNT''false');
    define('GOOGLE_RECAPCHTA_REVIEWS''false');
    define('GOOGLE_RECAPCHTA_BISN''false'); //Back In Stock Notification Plugin: https://github.com/torvista/Zen_Cart-Back_in_Stock_Notifications 

  3. #3
    Join Date
    Jan 2011
    Location
    Adelaide, Australia
    Posts
    1,673
    Plugin Contributions
    1

    Default Re: Support Thread for Google reCAPTCHA plugin

    v1.5.7b PHP7.3 OPC installed (among others)

    README update suggestion

    A customer encountered issues trying to create an account in that the Google reCAPTCHA wasn't showing on the page hence just the warning "prove you are not a robot".

    I re-checked my istallation of the latest version of this plugin. I eventually solved the issue by adding the required code to an OPC template includes/templates/template_default/tpl_create_account_register.php

    This is not mentioned in the README for the plugin, so I continued to tear my hair out trying and retrying to follow the README verbatim -so for others it may present the same issue - hence the suggestion to maybe update the README to include the above.

    cheers, Mike

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

    Default Re: Support Thread for Google reCAPTCHA plugin

    This is not mentioned in the README for the plugin, so I continued to tear my hair out trying and retrying to follow the README verbatim -so for others it may present the same issue - hence the suggestion to maybe update the README to include the above.
    Feel free to go ahead and add your hard-earned knowledge (via the GitHub repository) to the readme, the code is open source for a reason.
    Steve
    github.com/torvista: BackupMySQL, Structured Data, Multiple Copy-Move-Delete, Google reCaptcha, Image Checker, Spanish Language Pack and more...

 

 

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