Page 30 of 64 FirstFirst ... 20282930313240 ... LastLast
Results 291 to 300 of 639
  1. #291
    Join Date
    Jan 2004
    Posts
    66,373
    Blog Entries
    7
    Plugin Contributions
    274

    Default Re: Support Thread for Google reCAPTCHA

    Andrew,
    What version of Zen Cart are you using?
    And what version of Zen Cart was your template designed for?

    It looks like the template file contents and the header_php.php file contents are not compatible with each other, and thus the page submission is rejected.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donate to: DrByte directly or to the Zen Cart team as a whole

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  2. #292
    Join Date
    Nov 2013
    Location
    Cayucos, CA 93430
    Posts
    10
    Plugin Contributions
    0

    Default Re: Support Thread for Google reCAPTCHA

    Hello Doc,

    Andrew,
    What version of Zen Cart are you using?

    1.5.4

    And what version of Zen Cart was your template designed for?

    ? Zen Cart 1.5.x, Zen Cart 1.3.9/1.3.8

    It looks like the template file contents and the header_php.php file contents are not compatible with each other, and thus the page submission is rejected.

    Do you fix this type of stuff? Can we hire you for an hour ?

    Andrew - 805-995-4809 - [email protected]

  3. #293
    Join Date
    Feb 2010
    Location
    ny
    Posts
    223
    Plugin Contributions
    0

    Default Re: Support Thread for Google reCAPTCHA

    hello and thanks in advance,
    I have created keys with google
    then i have uploaded the includes folder to the root
    then I have uploaded the 155v folder to the root(it is a 155v site)
    I do not see the "capcha box" on the form page, what did i leave out?

    www.webmarketmedia.com

    John

  4. #294
    Join Date
    Apr 2009
    Posts
    417
    Plugin Contributions
    2

    Default Re: Support Thread for Google reCAPTCHA

    Just Thought I would add to this thread in case anyone else experiences the problem I had. It is nothing to do with the code that works excellently. This issue I had was that Recapacha was timing out and the recapatcha was failing with an invalid-json error. The reason was that My server was trying access the google API's using IP6 which the google server does not support. SO If any one else end up with an issue that they cannot replicate on their test server it may be worth asking your service provider to check if your server is looking on IP6 instead of IP4 when trying to find the goggle API's for recapatcha.
    Mark Brittain
    http:\\innerlightcrystals.co.uk\sales\

  5. #295
    Join Date
    Nov 2004
    Posts
    364
    Plugin Contributions
    0

    Default Re: Support Thread for Google reCAPTCHA

    Greetings,

    Running v154, uploaded Google reCAPTCHA v3.2 files, but only modified the contact us template since that's all we wanted. Works on contact us form with no problem. However, on the registration page, after submitting a new registration, I get an "I'm not a robot" error even though I didn't modify that template and there is no reCAPTCHA box?

    Any ideas?

    Thanks!
    Experience is what you get when you don’t get what you want…

  6. #296
    Join Date
    Oct 2005
    Location
    Chicago, IL USA
    Posts
    1,557
    Plugin Contributions
    28

    Default Re: Support Thread for Google reCAPTCHA

    Quote Originally Posted by kwright View Post
    Greetings,

    Running v154, uploaded Google reCAPTCHA v3.2 files, but only modified the contact us template since that's all we wanted. Works on contact us form with no problem. However, on the registration page, after submitting a new registration, I get an "I'm not a robot" error even though I didn't modify that template and there is no reCAPTCHA box?

    Any ideas?

    Thanks!
    I had the exact situation except on 1.5.5. In In /includes/modules/YOUR_TEMPLATE/create_account.php you'll want to comment out the line $zco_notifier->notify('NOTIFY_CREATE_ACCOUNT_CAPTCHA_CHECK');

  7. #297
    Join Date
    Nov 2004
    Posts
    364
    Plugin Contributions
    0

    Default Re: Support Thread for Google reCAPTCHA

    Quote Originally Posted by jeking View Post
    I had the exact situation except on 1.5.5. In In /includes/modules/YOUR_TEMPLATE/create_account.php you'll want to comment out the line $zco_notifier->notify('NOTIFY_CREATE_ACCOUNT_CAPTCHA_CHECK');
    jeking,

    That did it! Thank you! Have a great weekend...
    Experience is what you get when you don’t get what you want…

  8. #298
    Join Date
    Feb 2018
    Posts
    19
    Plugin Contributions
    0

    Default Re: Support Thread for Google reCAPTCHA

    Good day,

    I am in the process of upgrading my contact form to reCaptcha v.2. I am running Zen Cart v151.

    1. The read me file for reCaptcha v.3.2 states that the files included with the addon are:

    /includes/auto_loaders/config.google_recaptcha.php
    /includes/classes/observers/class.google_recaptcha.php
    /includes/classes/observers/google/autoload.php
    /includes/classes/observers/google/ReCaptcha/Response.php
    /includes/classes/observers/google/ReCaptcha/ReCaptcha.php
    /includes/classes/observers/google/ReCaptcha/RequestMethod.php
    /includes/classes/observers/google/ReCaptcha/RequestParameters.php
    /includes/classes/observers/google/ReCaptcha/RequestMethod/Curl.php
    /includes/classes/observers/google/ReCaptcha/RequestMethod/Post.php
    /includes/classes/observers/google/ReCaptcha/RequestMethod/Socket.php
    /includes/classes/observers/google/ReCaptcha/RequestMethod/SocketPost.php
    /includes/functions/extra_functions/recaptchalib.php
    /includes/languages/english/extra_definitions/reCaptcha.php
    /includes/templates/YOUR_TEMPLATE/templates/tpl_contact_us_default.php
    /includes/templates/YOUR_TEMPLATE/templates/tpl_modules_create_account.php
    /includes/templates/YOUR_TEMPLATE/templates/tpl_product_reviews_write_default.php

    2. Installation instructions for for Zen Cart Versions 1.5.1 to 1.5.4 state:

    Step 3 - Do not use the included template files, instead manually add the <?php echo recaptcha_get_html(); ?> to your own template files

    3. It is not clear to me if the read me file refers to the last three files above, namely to:

    /includes/templates/YOUR_TEMPLATE/templates/tpl_contact_us_default.php
    /includes/templates/YOUR_TEMPLATE/templates/tpl_modules_create_account.php
    /includes/templates/YOUR_TEMPLATE/templates/tpl_product_reviews_write_default.php

    or some other files. Please provide a confirmation or correct me if I am wrong.

    4. If I am correct and the read me file refers to these three files, where (what line) do I put <?php echo recaptcha_get_html(); ?> in my template files?

    Thank you very much for your help.

  9. #299
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,477
    Plugin Contributions
    88

    Default Re: Support Thread for Google reCAPTCHA

    Quote Originally Posted by epilot View Post
    Good day,

    I am in the process of upgrading my contact form to reCaptcha v.2. I am running Zen Cart v151.

    1. The read me file for reCaptcha v.3.2 states that the files included with the addon are:

    /includes/auto_loaders/config.google_recaptcha.php
    /includes/classes/observers/class.google_recaptcha.php
    /includes/classes/observers/google/autoload.php
    /includes/classes/observers/google/ReCaptcha/Response.php
    /includes/classes/observers/google/ReCaptcha/ReCaptcha.php
    /includes/classes/observers/google/ReCaptcha/RequestMethod.php
    /includes/classes/observers/google/ReCaptcha/RequestParameters.php
    /includes/classes/observers/google/ReCaptcha/RequestMethod/Curl.php
    /includes/classes/observers/google/ReCaptcha/RequestMethod/Post.php
    /includes/classes/observers/google/ReCaptcha/RequestMethod/Socket.php
    /includes/classes/observers/google/ReCaptcha/RequestMethod/SocketPost.php
    /includes/functions/extra_functions/recaptchalib.php
    /includes/languages/english/extra_definitions/reCaptcha.php
    /includes/templates/YOUR_TEMPLATE/templates/tpl_contact_us_default.php
    /includes/templates/YOUR_TEMPLATE/templates/tpl_modules_create_account.php
    /includes/templates/YOUR_TEMPLATE/templates/tpl_product_reviews_write_default.php

    2. Installation instructions for for Zen Cart Versions 1.5.1 to 1.5.4 state:

    Step 3 - Do not use the included template files, instead manually add the <?php echo recaptcha_get_html(); ?> to your own template files

    3. It is not clear to me if the read me file refers to the last three files above, namely to:

    /includes/templates/YOUR_TEMPLATE/templates/tpl_contact_us_default.php
    /includes/templates/YOUR_TEMPLATE/templates/tpl_modules_create_account.php
    /includes/templates/YOUR_TEMPLATE/templates/tpl_product_reviews_write_default.php

    or some other files. Please provide a confirmation or correct me if I am wrong.

    4. If I am correct and the read me file refers to these three files, where (what line) do I put <?php echo recaptcha_get_html(); ?> in my template files?

    Thank you very much for your help.
    I just downloaded the plugin to give you the answers you're looking for.

    Yes, the readme file refers to those last three (template) files. You can use a file-comparison program (like Beyond Compare or WinMerge) to compare the contents of those included template files to those used by your store to see where to put that code-phrase (it's present in each of those 3 files).

  10. #300
    Join Date
    Feb 2018
    Posts
    19
    Plugin Contributions
    0

    Default Re: Support Thread for Google reCAPTCHA

    Thank you very much, lat9, for your time and effort.

 

 
Page 30 of 64 FirstFirst ... 20282930313240 ... LastLast

Similar Threads

  1. Support Thread for CKEditor Plugin
    By DivaVocals in forum Addon Admin Tools
    Replies: 201
    Last Post: 31 Aug 2021, 05:14 PM
  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

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR