Page 3 of 62 FirstFirst 123451353 ... LastLast
Results 21 to 30 of 611
  1. #21
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,108
    Plugin Contributions
    11

    Default Re: Square WebPay support thread.

    For those wanting to stay with earlier PHPs or with 1.5.5 and earlier, here's a new item for your store.
    Attachment 19938

  2. #22
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,669
    Plugin Contributions
    9

    Default Re: Square WebPay support thread.

    Quote Originally Posted by dbltoe View Post
    As stated in my post above, it is working just fine with the items shown in https://www.zen-cart.com/showthread....92#post1387592
    the issue that @nick1973 is having is definite jquery related and/or OPC related.

    he either does not have the checkout_one file i mentioned above or he is having a problem with this part of the code (from for_upload/includes/modules/pages/checkout_payment/jscript_square_webPay.php):

    Code:
                if (document.querySelector("#checkoutOneSubmit")) {
                    formButton = document.querySelector("#checkoutOneSubmit");
                } else {
                    formButton = document.querySelector("#paymentSubmit");
                }
    i do not know what version of OPC he is running nor jquery; but if the first div with an id of #checkoutOneSubmit is not there, he will have a problem.

    i was thinking about adding some console information in the event of problems right here. it has been on my mind of late.

    and while i have TOTAL respect for drByte and lat9 for their contributions to this project as well as their troubleshooting abilities, i am perfectly able to provide support on a plugin that i developed and of which i am the most intimately familiar.

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

  3. #23
    Join Date
    Mar 2005
    Location
    United Kingdom
    Posts
    608
    Plugin Contributions
    0

    Default Re: Square WebPay support thread.

    Before I upload the files I wanted to check something. There are a total of 1656 files. Should all of these be uploaded?

    I wasn't sure if they are needed or were files used during the development phase? There seems to be a lot of examples and GitHub files.

    Apologies if this is a silly question but easier to ask before I upload.

    Thank you for all your hard work on this module! Cake will be on its way once I'm done

  4. #24
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,108
    Plugin Contributions
    11

    Default Re: Square WebPay support thread.

    All the files in the "for_upload" directory need to be uploaded to your site. The "How to Install" says that. I don't consider the includes/modules/pages/checkout_one/jscript_square_WebPay,php to be "extra".

    I look at it as something that should have been included in the original Square mod rather than instructions saying to add the file IF you used OPC. Having it part of the mod will keep a lot of folks from making the mistake of not including this file when they start using OPC.

    Not mentioned is the need to change the redirect URL at Square.

    I put a method that i use in the second post. This method will have your site down for the least amount of time and get the steps at Square AND your site taken care of safely.

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

    Default Re: Square WebPay support thread.

    Quote Originally Posted by Brent View Post
    Before I upload the files I wanted to check something. There are a total of 1656 files. Should all of these be uploaded?

    I wasn't sure if they are needed or were files used during the development phase? There seems to be a lot of examples and GitHub files.

    Apologies if this is a silly question but easier to ask before I upload.

    Thank you for all your hard work on this module! Cake will be on its way once I'm done
    hey brent
    i really did not look at exactly what’s used/not used in the SDK. in the original square mod, all of those files are in the standard ZC vendors directory. i don’t think they take up that much space. perhaps at some point i could look at thinning those out.

    the docs directory on the zip are not needed and just part of my instruction page.

    and i learned that my US venmo does not work in the uk. but i am working on developing a different platform for international. who knows. maybe it will turn into another ZC payment module.

    let me know if u run into any other issues.

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

  6. #26
    Join Date
    Mar 2005
    Location
    United Kingdom
    Posts
    608
    Plugin Contributions
    0

    Default Re: Square WebPay support thread.

    @dbltoe I did read your helpful post and that is what I was following after reading the instructions that came with the download. I wasn't really referring to the OPC. I don't use it so had removed that.

    @carlwhat these are examples of the files I'm referring to. In the jsonmapper folder you have an example folder. Assume all the GitHub references can go?

    In the square folder you have already said the doc folder can go. Is example-autoload.php used?

    I'm not being difficult and this isn't about space . I can't code so whatever I upload becomes another orphan that needs investigating when I do file comparisons on upgrading. The cleaner I keep my store and the less I change the easier my life is down the road.

    Once you have sorted out a payment option for the UK just post here and I will oblige.
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	apimatic-unirest.jpg 
Views:	52 
Size:	24.3 KB 
ID:	19946   Click image for larger version. 

Name:	square.jpg 
Views:	42 
Size:	29.9 KB 
ID:	19947   Click image for larger version. 

Name:	apimatic-jsonwrapper.jpg 
Views:	47 
Size:	19.4 KB 
ID:	19945  


  7. #27
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,669
    Plugin Contributions
    9

    Default Re: Square WebPay support thread.

    brent,
    you are not being difficult. i do not recommend doing it the way you are doing it; but i would not call you being difficult.

    on upgrading, i see wholesale replacement of this folder. as it is a plugin, i think the upgrade process is different than when upgrading the base zc scripts.

    but it is not really for me to say what process works best for any individual. we all have our own way of doing things.

    as i have no plans to support this way of doing things, i will PM you what files i think can be safely deleted.

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

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

    Default Re: Square WebPay support thread.

    It's fine. If they should be there I will upload as is. I just wasn't sure if you'd left development files.

    Thanks for the quick responses

  9. #29
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,669
    Plugin Contributions
    9

    Default Re: Square WebPay support thread.

    Quote Originally Posted by simon1066 View Post
    Thank you for your work on this crucial module. Alas, I can't see a way to donate as the Venmo app is not available in the UK
    @simon1066

    i have re-established a relationship with paypal. hopefully it will last.

    thanks again for your support. hopefully it works in the UK:

    https://paypal.me/mXworks

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

  10. #30
    Join Date
    Feb 2009
    Location
    UK
    Posts
    1,221
    Plugin Contributions
    1

    Default Re: Square WebPay support thread.

    Quote Originally Posted by carlwhat View Post
    @simon1066

    i have re-established a relationship with paypal. hopefully it will last.

    thanks again for your support. hopefully it works in the UK:

    https://paypal.me/mXworks

    best.
    Yes, it works!
    Simon

 

 
Page 3 of 62 FirstFirst 123451353 ... 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