Results 1 to 10 of 800

Hybrid View

  1. #1
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,914
    Plugin Contributions
    13

    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 now has Apple Pay and Google Pay. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  2. #2
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,925
    Plugin Contributions
    96

    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

  3. #3
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,524
    Plugin Contributions
    127

    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 Support
    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.

  4. #4
    Join Date
    Apr 2011
    Posts
    585
    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

  5. #5
    Join Date
    Nov 2023
    Location
    Hounslow
    Posts
    131
    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.

  6. #6
    Join Date
    Aug 2009
    Posts
    48
    Plugin Contributions
    0

    Default Re: Square WebPay support thread.

    I know it's early days, but does anyone know if this square mod works with the latest version of zen cart (2.0.0)?
    20th Century Glass - Antique & Collectable Glass Store

  7. #7
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,247
    Plugin Contributions
    58

    Default Re: Square WebPay support thread.

    Quote Originally Posted by WayneStephens View Post
    I know it's early days, but does anyone know if this square mod works with the latest version of zen cart (2.0.0)?
    I have it working in a few =)
    PRO-Webs, Inc. since 2003 :: Zen Cart Hosting :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are not conducive to a helpful community.

  8. #8
    Join Date
    Nov 2023
    Location
    Hounslow
    Posts
    131
    Plugin Contributions
    0

    Default Re: Square WebPay support thread.

    Quote Originally Posted by OJ_SIMON View Post
    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.

    Can anyone please help on this ?

  9. #9
    Join Date
    Apr 2011
    Posts
    585
    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.

 

 

Similar Threads

  1. Square Payment Module for Zen Cart [Support Thread]
    By DrByte in forum Addon Payment Modules
    Replies: 820
    Last Post: 16 May 2026, 01:07 AM
  2. Hebrew Support - latest release [Support Thread]
    By eranariel in forum Addon Language Packs
    Replies: 22
    Last Post: 26 Jan 2026, 06:47 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

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