Page 66 of 67 FirstFirst ... 165664656667 LastLast
Results 651 to 660 of 669
  1. #651
    Join Date
    Nov 2023
    Location
    Hounslow
    Posts
    81
    Plugin Contributions
    0

    Default Re: Square WebPay support thread.

    Quote Originally Posted by gizmo_girl View Post
    Nope, no changes with trying that
    then some where within your code you have a missing , or ' or ; .

    and if my last post still does not work then do a full compare of a fresh copy of your version of ZC

  2. #652
    Join Date
    Nov 2007
    Location
    Texas
    Posts
    272
    Plugin Contributions
    0

    Default Re: Square WebPay support thread.

    Quote Originally Posted by OJ_SIMON View Post
    can you supply a demo/test account login details and also a test product that does not require and thing but add to cart? by PM.
    I have added a test product (virtual/zero dollars) that can be added to a cart. I'll send you the test account details. Thanks!

  3. #653
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,696
    Plugin Contributions
    9

    Default Re: Square WebPay support thread.

    gizmo
    long shot here.

    in your admin payment screenshot it looks like both enabled modules have the same sort order; ie 0.

    see if changing one of them to 10 makes a difference.
    author of square Webpay.
    mxWorks has premium plugins. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  4. #654
    Join Date
    Nov 2023
    Location
    Hounslow
    Posts
    81
    Plugin Contributions
    0

    Default Re: Square WebPay support thread.

    Quote Originally Posted by gizmo_girl View Post
    I have added a test product (virtual/zero dollars) that can be added to a cart. I'll send you the test account details. Thanks!
    This is the problem:
    Payment Method

    Sorry, we are not accepting payments from your region at this time.


    Please contact us for alternate arrangements.
    you have a country or currency miss match within your setting ether in ZC or at square they all need to match.

  5. #655
    Join Date
    Nov 2007
    Location
    Texas
    Posts
    272
    Plugin Contributions
    0

    Default Re: Square WebPay support thread.

    Quote Originally Posted by carlwhat View Post
    gizmo
    long shot here.

    in your admin payment screenshot it looks like both enabled modules have the same sort order; ie 0.

    see if changing one of them to 10 makes a difference.
    Nope, that was one of the first things I tried yesterday

  6. #656
    Join Date
    Nov 2007
    Location
    Texas
    Posts
    272
    Plugin Contributions
    0

    Default Re: Square WebPay support thread.

    Quote Originally Posted by OJ_SIMON View Post
    This is the problem:

    you have a country or currency miss match within your setting ether in ZC or at square they all need to match.

    BAM!!!
    THAT DID IT! Thanks so so so much for your help! I had the payment zone in ZC as 'United States'.

  7. #657
    Join Date
    Feb 2017
    Location
    Tokyo, Japan
    Posts
    274
    Plugin Contributions
    0

    Default Re: Square WebPay support thread.

    Hello all,
    I'm using ZC1.5.6c with PHP7.3, MariaDB 10.3.24, and Square WebPay 1.0.4. In Square, I am using the API version from 2022-02-16 (unchanged from when I installed the module I think), but I also switched to the latest version that does not require domain verification, with no change in behaviour.
    My own browser is Firefox 125.0.1.

    The last successful payment was on 23rd March 2024, since then the "Continue" button to continue to step 3 (confirmation) of the checkout page does nothing, and there is no log file generated. I see the GET in my access log with a 200 HTTP response, but there seems to be no communication to or from Square.
    Looking at the Network tab in Firefox developer tools shows oddly that the beacon connection to pci-connect.squareup.com is failing with NS_ERROR. Reloading the page shows dozens of these errors, but no issues with access to other Square-related subdomains, or even to pci-connect.squareup.com when the connection is not a beacon but instead, say, a fetch.
    Click image for larger version. 

Name:	Screenshot from 2024-04-21 21-16-27.jpg 
Views:	7 
Size:	20.5 KB 
ID:	20592

    When I do presse the "Continue" button I see the sucessful GET and then a failed beacon, after that nothing.
    Click image for larger version. 

Name:	Screenshot from 2024-04-21 21-14-09.jpg 
Views:	5 
Size:	5.6 KB 
ID:	20591

    When I do a nameserver lookup for pci-connect.squareup.com, there is a valid response, I can even connect to that domain via HTTPS, although it redirects to my local (Japan) Square site immediately.

    Searching online I see this problem might be related to access control and/or CORS (cross-origin resource sharing) settings in my browser, but I have no idea at the moment how to solve this. Also I have seen articles on beacon issues with other browsers, such as Safari and Chrome.

    Is this something I need to investigate further on the browser side - and potentially educate customers, since there have been complains that "nothing happens" when trying to go to Step 3 of checkout - or is this something I can fix on the server side?

    It might be that the above is a red herring, and that the issue is entirely somewhere else, but I have no logs to go on, and no changes have been made to the webshop.

    Any advice/insights appreciated.
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	Screenshot from 2024-04-21 20-53-27.jpg 
Views:	12 
Size:	10.2 KB 
ID:	20590   Click image for larger version. 

Name:	Screenshot from 2024-04-21 20-59-47.jpg 
Views:	7 
Size:	13.5 KB 
ID:	20589  
    Last edited by gernot; 21 Apr 2024 at 01:16 PM. Reason: images seem highly compressed and unreadable
    Zen Cart 1.5.6c modified for Japanese language support. Upgraded incrementally from initial 1.5.5d. Currently planning direct upgrade to 2.0.0 with available Japanese language pack and far fewer required plugins.

  8. #658
    Join Date
    Feb 2017
    Location
    Tokyo, Japan
    Posts
    274
    Plugin Contributions
    0

    Default Re: Square WebPay support thread.

    Addendum: I have realized that in NS_ERROR_FAILURE the "NS" stands for namespace, and not nameserver.
    Zen Cart 1.5.6c modified for Japanese language support. Upgraded incrementally from initial 1.5.5d. Currently planning direct upgrade to 2.0.0 with available Japanese language pack and far fewer required plugins.

  9. #659
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,696
    Plugin Contributions
    9

    Default Re: Square WebPay support thread.

    Quote Originally Posted by gernot View Post
    Addendum: I have realized that in NS_ERROR_FAILURE the "NS" stands for namespace, and not nameserver.
    please provide your website url.
    author of square Webpay.
    mxWorks has premium plugins. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  10. #660
    Join Date
    Feb 2017
    Location
    Tokyo, Japan
    Posts
    274
    Plugin Contributions
    0

    Default Re: Square WebPay support thread.

    Zen Cart 1.5.6c modified for Japanese language support. Upgraded incrementally from initial 1.5.5d. Currently planning direct upgrade to 2.0.0 with available Japanese language pack and far fewer required plugins.

 

 
Page 66 of 67 FirstFirst ... 165664656667 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