Page 56 of 68 FirstFirst ... 646545556575866 ... LastLast
Results 551 to 560 of 672
  1. #551
    Join Date
    Oct 2008
    Location
    Croatia
    Posts
    1,542
    Plugin Contributions
    19

    Default Re: Square WebPay support thread.

    Quote Originally Posted by Dave224 View Post
    Has anything been done yet on describing how to update the SDK used in the Square Webpay module? Our webhost will be forcing a minimum of php 8.1 soon and I'd really like to get to 8.2 or above.
    Thank You!
    Dave
    working on upgrade to zc158a
    I really hate jumping into such questions, but I'll make an exception this time.
    Updating the SDK is not a 2-3 line difference, especially not with payment plugins which are IMHO the most critical part of a store - you're handling very sensitive information and there's no margin for error in this step.

    There *is* a version available with a newer SDK which works on php 8.1 (and 8.2). carlwhat was generous enough to share the plugin that worked in most cases for quite a long time and has so patiently provided support for it. If you *really* need an updated version, you can show some author support and buy the newer version of the plugin from the same person who shared the free version at a more-than-reasonable price... Or, as an alternative, dig in and read the docs provided by Square and release an updated version...

  2. #552
    Join Date
    Mar 2005
    Location
    United Kingdom
    Posts
    608
    Plugin Contributions
    0

    Default Re: Square WebPay support thread.

    I can second that as I've been running the the mentioned version on php 8.1 all year without any issues. Look in @carlwhat's signature.

  3. #553
    Join Date
    Aug 2008
    Location
    Sydney Australia
    Posts
    522
    Plugin Contributions
    0

    Default Re: Square WebPay support thread.

    Hi All,

    Just made my site live and have an issue with square which is that it puts in two payments on an order and when I click to delete a payment I get this error message:
    Fatal error: Uncaught TypeError: sizeof(): Argument #1 ($value) must be of type Countable|array, bool given in /home/xxxx/outdoorking.com.au/xxxx/super_payments.php:456 Stack trace: #0 /home/xxxx/outdoorking.com.au/xxxxx/index.php(11): require() #1 {main} thrown in /home/xxxx/outdoorking.com.au/xxxx/super_payments.php on line 456

    The transaction are going through ok.

    Any assistance would be a great help.

  4. #554
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,709
    Plugin Contributions
    11

    Default Re: Square WebPay support thread.

    Quote Originally Posted by Bruce1952 View Post
    Hi All,

    Just made my site live and have an issue with square which is that it puts in two payments on an order and when I click to delete a payment I get this error message:
    Fatal error: Uncaught TypeError: sizeof(): Argument #1 ($value) must be of type Countable|array, bool given in /home/xxxx/outdoorking.com.au/xxxx/super_payments.php:456 Stack trace: #0 /home/xxxx/outdoorking.com.au/xxxxx/index.php(11): require() #1 {main} thrown in /home/xxxx/outdoorking.com.au/xxxx/super_payments.php on line 456

    The transaction are going through ok.

    Any assistance would be a great help.
    super payments is not part of this module.

    deleting a payment is not part of this module. one can potentially void a payment or refund it.

    i would suggest contacting from whomever you got the super payments script.

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

  5. #555
    Join Date
    Aug 2008
    Location
    Sydney Australia
    Posts
    522
    Plugin Contributions
    0

    Default Re: Square WebPay support thread.

    It appears that it is from super orders here: https://www.zen-cart.com/downloads.php?do=file&id=155

    Would this be a conflict with Square Webpay because it has an sql script.

    Should I uninstall the super orders module?

  6. #556
    Join Date
    Aug 2013
    Location
    Perth, WA, AU
    Posts
    180
    Plugin Contributions
    4

    Default Re: Square WebPay support thread.

    Occasionally I get a complaint from a customer that they were unable to make a payment - and my zencart is showing them this error -

    Your transaction could not be completed due to a misconfiguration in our store. Please report this error to the Store Owner: SQ-MISCONF

    Checking the relevant myDEBUG file it's getting triggered by the square_webPay module at line 235 -

    trigger_error('missing token result: ' . json_encode($_REQUEST));

    So why does a customer on the odd occasion have a missing token? And is there anything I can do to resolve this?

  7. #557
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,709
    Plugin Contributions
    11

    Default Re: Square WebPay support thread.

    Quote Originally Posted by royaldave View Post
    ...

    So why does a customer on the odd occasion have a missing token? And is there anything I can do to resolve this?
    there are plenty of posts on this issue.

    in addition, according to my records, that specific error message was changed ~19 months ago.

    your customer does not have javascript enabled on the browser he is using to purchase your product.

    i would suggest updating to the latest version. and buying your customer a new computer...

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

  8. #558
    Join Date
    Aug 2013
    Location
    Perth, WA, AU
    Posts
    180
    Plugin Contributions
    4

    Default Re: Square WebPay support thread.

    Quote Originally Posted by carlwhat View Post
    there are plenty of posts on this issue.

    in addition, according to my records, that specific error message was changed ~19 months ago.

    your customer does not have javascript enabled on the browser he is using to purchase your product.

    i would suggest updating to the latest version. and buying your customer a new computer...

    best.
    The new computer comment seems about right. I'm yet to hear back from my customer - however I do know they were using safari, and I found a comment online about square SDK not working with versions 11 and under.
    I was able to replicate the error using testingbot.

  9. #559
    Join Date
    Aug 2013
    Location
    Perth, WA, AU
    Posts
    180
    Plugin Contributions
    4

    Default Re: Square WebPay support thread.

    Quote Originally Posted by royaldave View Post
    The new computer comment seems about right. I'm yet to hear back from my customer - however I do know they were using safari, and I found a comment online about square SDK not working with versions 11 and under.
    I was able to replicate the error using testingbot.
    My customer insists they have latest IOS, safari and chrome versions - the payment wouldn't work on safari or chrome.
    Is there some apple setting that might cause this - I am totally not an apple person and wouldn't have a clue where to begin looking.

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

    Default Re: Square WebPay support thread.

    Quote Originally Posted by royaldave View Post
    ....I was able to replicate the error using testingbot.
    as i stated somewhere above, you need to be on the latest version of this module.

    in addition, i am not sure what your testingbot does, or how it does it. for all i know, your testingbot disables javascript, and then is able to reproduce the error.

    unfortunately, there is nothing i can do about that. this version of square makes use of javascript. if javascript is disabled, it will not work.

    if however, you are able to provide some reproducible circumstances that your testingbot created with javascript enabled, please post them. i would be interested.

    Quote Originally Posted by royaldave;
    My customer insists they have latest IOS, safari and chrome versions - the payment wouldn't work on safari or chrome.
    Is there some apple setting that might cause this - I am totally not an apple person and wouldn't have a clue where to begin looking.
    i think you are selling yourself short here; i would try a google search to see how to disable javascript on an apple.

    as i have previously stated, i have zero customers using square. but i did set up a test site on the internet and spun up my apple laptop. it is running:

    Sonoma 14.2.1 (23C71)

    which i believe is reasonably current. i was then able to place an order using chrome and safari. those browser versions were:

    Chrome is up to date
    Version 120.0.6099.234 (Official Build) (arm64)

    safari
    Version 17.2.1 (19617.1.17.11.12)

    you have numerous customers placing orders successfully; some can not. one customer insists everything on his computer is current and yet can not place an order. as i previously stated, i do believe the problem lies there, and not with this code. but feel free to add something new. code does have bugs, and can always be improved.

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

 

 
Page 56 of 68 FirstFirst ... 646545556575866 ... 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