Page 62 of 67 FirstFirst ... 12526061626364 ... LastLast
Results 611 to 620 of 669
  1. #611
    Join Date
    Apr 2011
    Posts
    383
    Plugin Contributions
    0

    Default Re: Square WebPay support thread.

    Quote Originally Posted by carlwhat View Post
    spelling does matter as well as capitalization. it should be:

    square_webPay

    the notes are part of the OPC configuration. the notes are wrong.

    as far as your screenshots, i can not see anything. i would suggest using a dropbox link to show images. images posted on this forum are useless.

    as far as making any conjecture as to what can be causing your problem, i am hesitant to make any guesses. i do not like paypal, i do not support paypal, i only use it when absolutely necessary.
    I completely understand your opinion on Paypal and agree which is mostly the reason of the switch to Square ( online and in-store). I still want to keep the Paypal Express checkout are some of us ( including myself ) still have and use paypal account).

    Here are dropbox link to the screenshot ( hope it works better)

    https://www.dropbox.com/scl/fi/ipsgu...cpka16f7f&dl=0

    https://www.dropbox.com/scl/fi/ujbri...l090gaodn&dl=0


    In regards to my error, I uninstalled the Paypal payment pro. Only have the Paypal express and Square webpay has payment module.

    So far no logs but it is probably to early to tell.

  2. #612
    Join Date
    Apr 2011
    Posts
    383
    Plugin Contributions
    0

    Default Re: Square WebPay support thread.

    Unlucky for me, the error is back with a vengeance.

  3. #613
    Join Date
    Feb 2009
    Location
    UK
    Posts
    1,239
    Plugin Contributions
    1

    Default Re: Square WebPay support thread.

    Quote Originally Posted by nicksab View Post
    Unlucky for me, the error is back with a vengeance.
    Couple of thoughts,

    Did you check for errors in the browser's console, as mentioned in the debug log?

    I'll note that both WebPay and OPC are validated for > PHP 7.4 (higher than the version you're using)
    Simon

  4. #614
    Join Date
    Apr 2011
    Posts
    383
    Plugin Contributions
    0

    Default Re: Square WebPay support thread.

    Quote Originally Posted by simon1066 View Post
    Couple of thoughts,

    Did you check for errors in the browser's console, as mentioned in the debug log?

    I'll note that both WebPay and OPC are validated for > PHP 7.4 (higher than the version you're using)
    I did check the console while going thru the whole checkout process. Unfortunately, i can't reproduce the error on my hand.

    Not sure what my customers do to create the error at this point.

    I am working on getting up to 7.4. MY other site (on same server) throws a tantrum when any higher than 7.3

  5. #615
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,694
    Plugin Contributions
    9

    Default Re: Square WebPay support thread.

    Quote Originally Posted by nicksab View Post
    I did check the console while going thru the whole checkout process. Unfortunately, i can't reproduce the error on my hand.

    Not sure what my customers do to create the error at this point.

    I am working on getting up to 7.4. MY other site (on same server) throws a tantrum when any higher than 7.3
    both of these errors are related to OPC, not square webPay.

    as previously stated, something else is submitting the form; and that something else is OPC. you can look at this pull request here:

    https://github.com/lat9/one_page_checkout/pull/410

    and specifically line 424.

    with regards to your grey screen zip code problem, that is addressed by the rest of the change in that pull request.

    if you are running a version earlier than 2.5.0, you can look for that same section of code wherever it may reside and make the changes there.

    if you can not read what is going on in that pull request, you can wait until the next release of OPC.

    if your settings for OPC are to run minimized versions, turn that off until the next OPC release. or minimize the code yourself. i can provide no help for minimizing code.

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

  6. #616
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,500
    Plugin Contributions
    88

    Default Re: Square WebPay support thread.

    Quote Originally Posted by carlwhat View Post
    both of these errors are related to OPC, not square webPay.

    as previously stated, something else is submitting the form; and that something else is OPC. you can look at this pull request here:

    https://github.com/lat9/one_page_checkout/pull/410

    and specifically line 424.

    with regards to your grey screen zip code problem, that is addressed by the rest of the change in that pull request.

    if you are running a version earlier than 2.5.0, you can look for that same section of code wherever it may reside and make the changes there.

    if you can not read what is going on in that pull request, you can wait until the next release of OPC.

    if your settings for OPC are to run minimized versions, turn that off until the next OPC release. or minimize the code yourself. i can provide no help for minimizing code.

    best.
    ... and the OPC version v2.5.1, containing these changes, is now available for download: https://www.zen-cart.com/downloads.php?do=file&id=2095

  7. #617
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,703
    Plugin Contributions
    123

    Default Re: Square WebPay support thread.

    > I am working on getting up to 7.4. MY other site (on same server) throws a tantrum when any higher than 7.3

    Instructions for running multiple versions of PHP on a server:

    https://docs.zen-cart.com/user/upgra..._php_versions/
    That Software Guy. My Store: Zen Cart Modifications
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  8. #618
    Join Date
    Apr 2011
    Posts
    383
    Plugin Contributions
    0

    Default Re: Square WebPay support thread.

    Quote Originally Posted by lat9 View Post
    ... and the OPC version v2.5.1, containing these changes, is now available for download: https://www.zen-cart.com/downloads.php?do=file&id=2095
    Big thank you to Carl and lat9 for releasing the update.

  9. #619
    Join Date
    Apr 2011
    Posts
    383
    Plugin Contributions
    0

    Default Re: Square WebPay support thread.

    Quote Originally Posted by swguy View Post
    > I am working on getting up to 7.4. MY other site (on same server) throws a tantrum when any higher than 7.3

    Instructions for running multiple versions of PHP on a server:

    https://docs.zen-cart.com/user/upgra..._php_versions/
    Thanks. I skimmed thru that at some point. Unfortunately, since i am on GoCrazy shared hosting, they don't offer multiPhP.

    Their solution was to use .htaccess instead but it got me a little suspicious. I am not sure if that s even possible with ZC.

    I should probably open a separate thread for this since it is not related to SqaureWebPay

  10. #620
    Join Date
    Nov 2023
    Location
    Hounslow
    Posts
    79
    Plugin Contributions
    0

    Default Re: Square WebPay support thread.

    ZC V1.5.8
    OPC V2.5.1
    square_webPay-1.0.4 (API Version 2022-02-16 (P.s is there plans to update the API version or would the plugin require rewriting for this?))

    Hi,

    I have this working. But I only have credit cards now i would like to add a few more like:
    Take a Google Pay Payment,
    Take an Apple Pay Payment,
    Take a (square) Gift Card Payment,
    Take a Payment with Cash App Pay.

    I have found this: https://developer.squareup.com/docs/...ments/overview
    and have looked in \includes\modules\payment\square_webPay.php around line 240 (public function selection)
    and I think from looking at the overview to show new payment methods it seems we just add like:
    PHP Code:
    <!-- Add the google-pay-button div below -->
       <
    div id="google-pay-button"></div
    but what about the extra bits of code are these already within this plugin to go or will that also need adding to the plugin and if so would you know how or where please?

    Any help on this would be welcome.
    Last edited by OJ_SIMON; 13 Apr 2024 at 04:28 AM.

 

 
Page 62 of 67 FirstFirst ... 12526061626364 ... 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