Page 70 of 75 FirstFirst ... 20606869707172 ... LastLast
Results 691 to 700 of 750
  1. #691
    Join Date
    Jun 2009
    Location
    Sparta, TN
    Posts
    158
    Plugin Contributions
    0

    Default Re: Square Payment Module for Zen Cart [Support Thread]

    Quote Originally Posted by John Large View Post
    As far as I'm aware, this only updates the original module to accept SCA (secure card authentication). The references to the soon to be retired SqPaymentForm javascript libraries are still present.

    This is in reference to the recent email from Square. See below.

    We wanted to remind you that the SqPaymentForm JavaScript library will be retired on 21/07/2022 and its functionality will be shut off. SqPaymentForm has been replaced by the Web Payments SDK and we encourage you to migrate as soon as possible by following this step-by-step migration guide.
    I think they sent this as a blanket message. When I go to my Payment Modules/Square it reads as though I AM using SDK:
    Square Payments Module 1.5
    [designed for API: 3.20200528.1]
    [using SDK: Square-Connect-PHP/3.20200528.1]
    My square set up is fairly new as of November 2021. Maybe I was lucky and they'd already switched from javascript?
    I could not find anyway to confirm this whilst logged into Square.
    Does anyone know if looking at payments modules from ADMIN is an accurate check?
    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)

  2. #692
    Join Date
    Oct 2015
    Location
    Cornwall, UK
    Posts
    41
    Plugin Contributions
    0

    Default Re: Square Payment Module for Zen Cart [Support Thread]

    Quote Originally Posted by VDecalS View Post
    I think they sent this as a blanket message. When I go to my Payment Modules/Square it reads as though I AM using SDK:

    My square set up is fairly new as of November 2021. Maybe I was lucky and they'd already switched from javascript?
    I could not find anyway to confirm this whilst logged into Square.
    Does anyone know if looking at payments modules from ADMIN is an accurate check?
    It does use SDK for part of the plugin, but the removal of SqPaymentForm javascript libraries will also stop the square plugin for working as it requires the Web payments SDK. A quick search in the files for the square plugin show that it's still using SqPaymentForm to generate the payment form on checkout payment (which will be retired).

    If you search on github you will see plenty of references to SqPaymentForm

    https://github.com/zencart/square_pa...=SqPaymentForm

    For example in includes/modules/pages/checkout_payment/jscript_square.php we have the following code to initialise a payment which will need updating to web payments SDK

    Code:
    <script type="text/javascript" title="square">
        var cardNonce;
        var paymentForm = new SqPaymentForm({
            applicationId: '<?php echo MODULE_PAYMENT_SQUARE_APPLICATION_ID; ?>',

  3. #693
    Join Date
    Oct 2015
    Location
    Cornwall, UK
    Posts
    41
    Plugin Contributions
    0

    Default Re: Square Payment Module for Zen Cart [Support Thread]

    I've had a few people ask for the rocketsites mod on here. The link to his zip file seems to be missing, so I've zipped up the files off my live site. Make a backup of each of the files contained within the zip from your current site and then replace the standard square files with these modified

    https://www.johnlarge.co.uk/SquareSCA-rocketsites.zip

  4. #694
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,708
    Plugin Contributions
    123

    Default Re: Square Payment Module for Zen Cart [Support Thread]

    > ... removal of SqPaymentForm javascript libraries will also stop the square plugin for working ...

    We're working on it.
    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.

  5. #695
    Join Date
    Oct 2015
    Location
    Cornwall, UK
    Posts
    41
    Plugin Contributions
    0

    Default Re: Square Payment Module for Zen Cart [Support Thread]

    Quote Originally Posted by swguy View Post
    > ... removal of SqPaymentForm javascript libraries will also stop the square plugin for working ...

    We're working on it.
    Thats great to hear, thanks for the update. I'm sure that will put many people at ease as July approaches :)

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

    Default Re: Square Payment Module for Zen Cart [Support Thread]

    Quote Originally Posted by swguy View Post
    > ... removal of SqPaymentForm javascript libraries will also stop the square plugin for working ...

    We're working on it.
    "we..."??

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

  7. #697
    Join Date
    Nov 2007
    Posts
    9
    Plugin Contributions
    0

    Default Re: Square Payment Module for Zen Cart [Support Thread]

    Quote Originally Posted by John Large View Post
    I've had a few people ask for the rocketsites mod on here. The link to his zip file seems to be missing, so I've zipped up the files off my live site. Make a backup of each of the files contained within the zip from your current site and then replace the standard square files with these modified

    https://www.johnlarge.co.uk/SquareSCA-rocketsites.zip
    Hi

    Thanks for sharing. I have tried both the rocket sites and inner-light fixes but both seem to just freeze when clicking the continue button at step 2 of 4. Could this be a template or PHP problem?

    I'm on version 1.5.7 running on PHP 7.0 with the Winchester Responsive template. It's Square Payment module 1.5.

    Any help / direction appreciated.

    Thanks

    Matt

  8. #698
    Join Date
    Mar 2005
    Location
    United Kingdom
    Posts
    608
    Plugin Contributions
    0

    Default Re: Square Payment Module for Zen Cart [Support Thread]

    Hi Matt,

    Check post #577 https://www.zen-cart.com/showthread....69#post1381369

    I spent a day going round in circles and then I added &sandbox=1 as suggested and this displayed new fields I'd never seen before. With mine the Live Merchant Token was incorrect. I obtained the correct one from my Square Developer Dashboard and after saving and editing again so the location was refreshed everything started working for me.

    Brent

  9. #699
    Join Date
    Nov 2007
    Posts
    9
    Plugin Contributions
    0

    Default Re: Square Payment Module for Zen Cart [Support Thread]

    Quote Originally Posted by Brent View Post
    Hi Matt,

    Check post #577 https://www.zen-cart.com/showthread....69#post1381369

    I spent a day going round in circles and then I added &sandbox=1 as suggested and this displayed new fields I'd never seen before. With mine the Live Merchant Token was incorrect. I obtained the correct one from my Square Developer Dashboard and after saving and editing again so the location was refreshed everything started working for me.

    Brent
    Thanks Brent

    I took the plunge and did a full upgrade of the site. I then included the inner-light fix and so far so good.

  10. #700
    Join Date
    Jan 2007
    Location
    Illinois, USA
    Posts
    312
    Plugin Contributions
    0

    Default Re: Square Payment Module for Zen Cart [Support Thread]

    I'm not sure if the issue I'm experiencing with a clients cart is Square App, ZCA Bootstrap, or OPC related...

    The issue is that the fields for the credit card information are not present after configuring the Square app

    ZC 1.5.7c , OPC 2.3.9 , ZCA Boot 4
    Click image for larger version. 

Name:	Screen Shot 2022-03-23 at 9.12.17 AM.jpg 
Views:	49 
Size:	42.1 KB 
ID:	19930
    Click image for larger version. 

Name:	Screen Shot 2022-03-23 at 9.10.24 AM.jpg 
Views:	49 
Size:	44.6 KB 
ID:	19931

    Click image for larger version. 

Name:	Screen Shot 2022-03-23 at 9.10.59 AM.jpg 
Views:	47 
Size:	29.9 KB 
ID:	19932
    NTO: building a better network thru collaboration
    www.needtoorder.com | www.coffeewitheinstein.com

 

 
Page 70 of 75 FirstFirst ... 20606869707172 ... LastLast

Similar Threads

  1. Bambora/Beanstream Payment Module Support Thread
    By swguy in forum Addon Payment Modules
    Replies: 127
    Last Post: 26 Mar 2021, 04:13 PM
  2. v154 Support Thread: AddToAny for Zen Cart (The Universal Sharing Platform)
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 8
    Last Post: 8 Apr 2019, 02:39 PM
  3. WordPress® for Zen Cart® (wp4zen) [Support Thread]
    By DivaVocals in forum All Other Contributions/Addons
    Replies: 107
    Last Post: 13 Jan 2019, 12:32 PM
  4. Layaway Payment Module Support Thread
    By Danielle in forum Addon Payment Modules
    Replies: 0
    Last Post: 21 Nov 2006, 06:43 AM

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