Page 9 of 62 FirstFirst ... 78910111959 ... LastLast
Results 81 to 90 of 611
  1. #81
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,668
    Plugin Contributions
    11

    Default Re: Square WebPay support thread.

    Quote Originally Posted by johnjlarge View Post
    Customer is having this error.

    SQ-MISCONF

    This is whats shown in the logs:-

    Any ideas what can cause this?

    Thanks in advance
    a customer? interesting....

    is the customer using OPC?

    given that you are providing support to a customer, i would suggest reading this support thread. the answer is on this thread. specifically here:

    https://www.zen-cart.com/showthread....13#post1387913

    you can replace the following 2 files:

    https://github.com/proseLA/square_we...are_webPay.php
    https://github.com/lat9/one_page_che...heckout_one.js

    and then there will some additional information in the console on the developer tools.

    if the customer is using the OPC minimized, then you can also replace this file:

    https://github.com/lat9/one_page_che...out_one.min.js

    best.
    author of square Webpay.
    mxWorks has premium plugins. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  2. #82
    Join Date
    Oct 2007
    Location
    Cornwall/Amsterdam
    Posts
    61
    Plugin Contributions
    0

    Default Re: Square WebPay support thread.

    Quote Originally Posted by carlwhat View Post
    a customer? interesting....

    is the customer using OPC?

    given that you are providing support to a customer, i would suggest reading this support thread. the answer is on this thread. specifically here:

    https://www.zen-cart.com/showthread....13#post1387913

    you can replace the following 2 files:

    https://github.com/proseLA/square_we...are_webPay.php
    https://github.com/lat9/one_page_che...heckout_one.js

    and then there will some additional information in the console on the developer tools.

    if the customer is using the OPC minimized, then you can also replace this file:

    https://github.com/lat9/one_page_che...out_one.min.js

    best.

    My apologies for the confusion, I meant a customer tried to complete a transaction on our website and received the error, and the log was generated. We don't use OPC, its just the standard zen cart paying flow of shipping > payment > confirmation.

  3. #83
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,668
    Plugin Contributions
    11

    Default Re: Square WebPay support thread.

    Quote Originally Posted by johnjlarge View Post
    My apologies for the confusion, I meant a customer tried to complete a transaction on our website and received the error, and the log was generated. We don't use OPC, its just the standard zen cart paying flow of shipping > payment > confirmation.
    have you had any customers successfully pay with square webPay?

    what template are you using? and what is the site address?

    the first file is still helpful to have on the site, you can get the raw version from here:

    https://raw.githubusercontent.com/pr...are_webPay.php

    it will provide some info on the console.

    it's entirely possible that your customer is using a very old browser that is not supported.
    author of square Webpay.
    mxWorks has premium plugins. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  4. #84
    Join Date
    Oct 2007
    Location
    Cornwall/Amsterdam
    Posts
    61
    Plugin Contributions
    0

    Default Re: Square WebPay support thread.

    Quote Originally Posted by carlwhat View Post
    have you had any customers successfully pay with square webPay?

    what template are you using? and what is the site address?

    the first file is still helpful to have on the site, you can get the raw version from here:

    https://raw.githubusercontent.com/pr...are_webPay.php

    it will provide some info on the console.

    it's entirely possible that your customer is using a very old browser that is not supported.
    We've had lots of orders go through without issue via webpay. This is the first to show this error so maybe specific to that user.

    Templates is based on Responsive Avonlee Contemporary. sites is at https://www.koolbadges.co.uk

    I'll add the suggested file in case this happens again.

  5. #85
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,668
    Plugin Contributions
    11

    Default Re: Square WebPay support thread.

    Quote Originally Posted by johnjlarge View Post
    We've had lots of orders go through without issue via webpay. This is the first to show this error so maybe specific to that user.

    Templates is based on Responsive Avonlee Contemporary. sites is at https://www.koolbadges.co.uk

    I'll add the suggested file in case this happens again.
    if you are not using OPC, and you have had plenty of successful transactions, pretty sure the issue is on the customer side. or potentially loading of multiple versions of jquery on the site. which i am not seeing on your site.

    i have changed the logging of that message, as there is no need for the rest of the post vars. you can upload this file (in its respective place) as well:

    https://raw.githubusercontent.com/pr...are_webPay.php

    i should be submitting an updated version soon. but the changes are really for error logging and troubleshooting as the core part of processing cc transactions has not changed.

    best.
    author of square Webpay.
    mxWorks has premium plugins. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  6. #86
    Join Date
    Sep 2012
    Location
    Upstate South Carolina
    Posts
    96
    Plugin Contributions
    2

    Default Re: Square WebPay support thread.

    ZC 1.56c, PHP 7.4,

    If the customer has an apostrophe in their name (like Andre') or address (like River Fall's Place), the CC form will not load. Does not appear that was an issue with the old plugin.

    Removing the apostrophe will allow checkout.

  7. #87
    Join Date
    Jun 2009
    Location
    Sparta, TN
    Posts
    158
    Plugin Contributions
    0

    Default Re: Square WebPay support thread.

    Good afternoon,
    I'm getting a "whoops, your session has expired" upon submitting Order Confirmation Step 3 of 3 Confirm the Order.

    I tried replacing file: https://github.com/proseLA/square_we...are_webPay.php (and added a blank line after initially receiving a white page on 2nd page)
    I also tried replacing my Square "Production Application secret"

    - Running
    1.5.7d (upgraded from 1.5.7b)
    clone a template (cloned Responsive Classic Template)
    Sitemap XML v4.0
    Square WebPay
    PayPal Express Checkout

    No debug logs are being generated after adding blank line to fix "unexpected end of file in "/public_html/VDSstore/includes/modules/pages/checkout_payment/jscript_square_webPay.php on line 191"

    I appreciate help from anyone.
    My store - closed 12/05/2023
    1.5.7d (upgraded from 1.5.7b), clone a template (cloned Responsive Classic Template), Sitemap XML v4.0, Square WebPay, PayPal Express Checkout, PHP Version: 7.4.29 (Zend: 3.4.0)

  8. #88
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,668
    Plugin Contributions
    11

    Default Re: Square WebPay support thread.

    Quote Originally Posted by VDecalS View Post
    Good afternoon,
    I'm getting a "whoops, your session has expired" upon submitting Order Confirmation Step 3 of 3 Confirm the Order.

    I tried replacing file: https://github.com/proseLA/square_we...are_webPay.php (and added a blank line after initially receiving a white page on 2nd page)
    I also tried replacing my Square "Production Application secret"

    - Running
    1.5.7d (upgraded from 1.5.7b)
    clone a template (cloned Responsive Classic Template)
    Sitemap XML v4.0
    Square WebPay
    PayPal Express Checkout

    No debug logs are being generated after adding blank line to fix "unexpected end of file in "/public_html/VDSstore/includes/modules/pages/checkout_payment/jscript_square_webPay.php on line 191"

    I appreciate help from anyone.
    why you are getting to a timeout, i can not say. i went to your site, and it looks like you have square in sandbox mode. square_webPay is doing everything as expected. see this screenshot:

    https://www.dropbox.com/s/dgj8qduuah...00-27.png?dl=0

    the tokenResult is on the form and hidden, and its status is ok. as i entered a test credit card number, i can only assume that you are in test mode else the status would not have been ok.

    i would try live credentials and see if that works.

    as far as the timeout goes, have you overridden your checkout_process.php file? i would think that is where the timeout is happening, specifically here:

    https://github.com/zencart/zencart/b...ss.php#L28-L39

    do you have this file:

    /YOUR_STORE_ROOT/includes/modules/Gray157b/checkout_process.php

    if you do great. if not copy it from here:

    /YOUR_STORE_ROOT/includes/modules/checkout_process.php

    to the above location. you can then change your slamming_threshold to something like 15, and see if that helps.

    as far as square_webpay, i see no problems.

    hope that helps!

    best.
    author of square Webpay.
    mxWorks has premium plugins. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  9. #89
    Join Date
    Jun 2009
    Location
    Sparta, TN
    Posts
    158
    Plugin Contributions
    0

    Default Re: Square WebPay support thread.

    Quote Originally Posted by carlwhat View Post
    why you are getting to a timeout, i can not say. i went to your site, and it looks like you have square in sandbox mode. square_webPay is doing everything as expected. see this screenshot:

    https://www.dropbox.com/s/dgj8qduuah...00-27.png?dl=0

    the tokenResult is on the form and hidden, and its status is ok. as i entered a test credit card number, i can only assume that you are in test mode else the status would not have been ok.

    i would try live credentials and see if that works.
    I checked that the Square WebPay Module "Application ID" and "Application Secret (OAuth)" match the "production" credentials from my Square account and I have the "Transaction Type" set to purchase. Is there something else I need to change in my Square account?
    How are you deciphering sandbox mode in the image? (It's all Greek to me)

    Quote Originally Posted by carlwhat View Post
    as far as the timeout goes, have you overridden your checkout_process.php file? i would think that is where the timeout is happening, specifically here:

    https://github.com/zencart/zencart/b...ss.php#L28-L39

    do you have this file:

    /YOUR_STORE_ROOT/includes/modules/Gray157b/checkout_process.php

    if you do great. if not copy it from here:

    /YOUR_STORE_ROOT/includes/modules/checkout_process.php

    to the above location. you can then change your slamming_threshold to something like 15, and see if that helps.

    as far as square_webpay, i see no problems.

    hope that helps!

    best.
    I did not have checkout_process.php in my Gray157b, so I added it and changed the slamming threshold from 3 to 15 with no changed result. I tried checking out with PayPal and it steps me through page 3 of 3 without the "Whoops!" (no time out).

    The square-webPay-master zip file is dated 04/05/2022. I did a search via WinSCP for files dated 4/5/2022 all are from the module. So I guess I could delete and start over. Thoughts/advice?

    Thank you for the NBL carlwhat.
    Last edited by VDecalS; 14 May 2022 at 09:16 PM.
    My store - closed 12/05/2023
    1.5.7d (upgraded from 1.5.7b), clone a template (cloned Responsive Classic Template), Sitemap XML v4.0, Square WebPay, PayPal Express Checkout, PHP Version: 7.4.29 (Zend: 3.4.0)

  10. #90
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,668
    Plugin Contributions
    11

    Default Re: Square WebPay support thread.

    Quote Originally Posted by VDecalS View Post
    I checked that the Square WebPay Module "Application ID" and "Application Secret (OAuth)" match the "production" credentials from my Square account and I have the "Transaction Type" set to purchase. Is there something else I need to change in my Square account?
    How are you deciphering sandbox mode in the image? (It's all Greek to me)



    I did not have checkout_process.php in my Gray157b, so I added it and changed the slamming threshold from 3 to 15 with no changed result. I tried checking out with PayPal and it steps me through page 3 of 3 without the "Whoops!" (no time out).

    The square-webPay-master zip file is dated 04/05/2022. I did a search via WinSCP for files dated 4/5/2022 all are from the module. So I guess I could delete and start over. Thoughts/advice?

    Thank you for the NBL carlwhat.
    i am not really sure what is causing your time out. i have looked at the square changes i have done since 4/5; and nothing in there would seem to address this problem.

    have you tried any other payment modules to see if they work besides paypal?
    author of square Webpay.
    mxWorks has premium plugins. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

 

 
Page 9 of 62 FirstFirst ... 78910111959 ... LastLast

Similar Threads

  1. Square Payment Module for Zen Cart [Support Thread]
    By DrByte in forum Addon Payment Modules
    Replies: 749
    Last Post: 5 Sep 2023, 01:16 AM
  2. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 19
    Last Post: 23 Jan 2023, 08:04 AM
  3. Square Support for SqPaymentForm ending 15th July 2022
    By brittainmark in forum Addon Payment Modules
    Replies: 1
    Last Post: 9 Apr 2022, 02:40 PM
  4. v156 Square Payments and strange request from Square
    By ianhg in forum General Questions
    Replies: 4
    Last Post: 14 Nov 2020, 11:14 AM
  5. v156 PWA, Offline support Push notifications addon [Support Thread]
    By perfumbg in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 23 May 2019, 02:27 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