Page 6 of 67 FirstFirst ... 456781656 ... LastLast
Results 51 to 60 of 662
  1. #51
    Join Date
    Sep 2008
    Location
    Cleethorpes
    Posts
    1,227
    Plugin Contributions
    6

    Default Re: Square WebPay support thread.

    Quote Originally Posted by carlwhat View Post
    better if it is on... but do as you need to...
    Ok I have put OPC into Conditional Mode on ventureengravings.uk

    You are the only customer that will be able to use it. Your Customer ID is 249
    Nick Smith - Venture Design and Print
    https://venturedesignandprint.co.uk

  2. #52
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,691
    Plugin Contributions
    9

    Default Re: Square WebPay support thread.

    Quote Originally Posted by Nick1973 View Post
    Ok I have put OPC into Conditional Mode on ventureengravings.uk

    You are the only customer that will be able to use it. Your Customer ID is 249
    ok, @Nick1973 and whoever else is paying attention, this is what i have found.
    • we have 2 event listeners competing for the same event.
    • when, the square_webpay event listener gets registered first, there is a successful transaction.
    • when the OPC event listener gets registered first, the square submittal does not happen, and hence there is no token that gets submitted as part of the form.
    • i have no idea why on some sites, the event listener gets registered first in OPC and other times square_webpay.
    • i am working on addressing that.


    as a test, leave Minify set to FALSE - always... until the problem is resolved.

    try commenting out these 2 lines:

    https://github.com/lat9/one_page_che...ut_one.js#L545
    https://github.com/lat9/one_page_che...ut_one.js#L568

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

  3. #53
    Join Date
    Sep 2008
    Location
    Cleethorpes
    Posts
    1,227
    Plugin Contributions
    6

    Default Re: Square WebPay support thread.

    Quote Originally Posted by carlwhat View Post
    ok, @Nick1973 and whoever else is paying attention, this is what i have found.
    • we have 2 event listeners competing for the same event.
    • when, the square_webpay event listener gets registered first, there is a successful transaction.
    • when the OPC event listener gets registered first, the square submittal does not happen, and hence there is no token that gets submitted as part of the form.
    • i have no idea why on some sites, the event listener gets registered first in OPC and other times square_webpay.
    • i am working on addressing that.


    as a test, leave Minify set to FALSE - always... until the problem is resolved.

    try commenting out these 2 lines:

    https://github.com/lat9/one_page_che...ut_one.js#L545
    https://github.com/lat9/one_page_che...ut_one.js#L568

    and try placing an order.
    Ok without those two lines, the order processes and completes. The order emails are also produced.
    Nick Smith - Venture Design and Print
    https://venturedesignandprint.co.uk

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

    Default Re: Square WebPay support thread.

    I get "your details have changed" BUT, I have the changes to the jscript_square_webPay.php file in place. Should I be testing without those?

  5. #55
    Join Date
    Sep 2008
    Location
    Cleethorpes
    Posts
    1,227
    Plugin Contributions
    6

    Default Re: Square WebPay support thread.

    Quote Originally Posted by dbltoe View Post
    I get "your details have changed" BUT, I have the changes to the jscript_square_webPay.php file in place. Should I be testing without those?
    Are you talking to me or @carlwhat?
    Nick Smith - Venture Design and Print
    https://venturedesignandprint.co.uk

  6. #56
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,151
    Plugin Contributions
    11

    Default Re: Square WebPay support thread.

    carlwhat

  7. #57
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,151
    Plugin Contributions
    11

    Default Re: Square WebPay support thread.

    With just the changes to the OPC file, I get a good sale without the "Your settings have changed"

  8. #58
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,691
    Plugin Contributions
    9

    Default Re: Square WebPay support thread.

    the changes to the:

    jscript_square_webPay.php

    are fine and should be left in.

    i am seeing both sites as now working without problem.

    changing the minify to TRUE will, at this point, not work.

    i will hopefully work on a solution with @lat9 to resolve this compatibility issue with OPC.
    author of square Webpay.
    mxWorks has premium plugins. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  9. #59
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,151
    Plugin Contributions
    11

    Default Re: Square WebPay support thread.

    Just a side note:

    Well, two

    First is that I send all log files I get from the test sites just in case they might make a difference. I think one or two that turn out to be irrelevant is better than not sending the one that is.

    And, because of that, I will mentiion that two upgraded sites (one with and one without OPC) will not display the details of the order (below the payment method line) without retaining the old includes/modules/payment/square_support and its files.

    OTOH, several other sites work fine without that folder and files.

    More info available on request. I have to break sites to get the log file for the support folder. Don't want to do that during business hours.

  10. #60
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,691
    Plugin Contributions
    9

    Default Re: Square WebPay support thread.

    Quote Originally Posted by dbltoe View Post
    Just a side note:

    Well, two

    First is that I send all log files I get from the test sites just in case they might make a difference. I think one or two that turn out to be irrelevant is better than not sending the one that is.

    And, because of that, I will mentiion that two upgraded sites (one with and one without OPC) will not display the details of the order (below the payment method line) without retaining the old includes/modules/payment/square_support and its files.

    OTOH, several other sites work fine without that folder and files.

    More info available on request. I have to break sites to get the log file for the support folder. Don't want to do that during business hours.
    just so we are clear

    • unless i ask for log files, please do not send them.
    • i NEVER said to delete or remove includes/modules/payment/square_support
    • i am sure other sites work without those files being there due to a config setting. but, IMO those files need to remain there.
    • for the next release i will include and package those files in the zip.
    • the next release will have a little better error messaging. and the logs will not have what i now deem to be superfluous data. i'm a fan of logs having only the relevant data. as more feedback comes in, logs can be better streamlined as apache or nginx have the more complete and detailed logs.
    • i'm really not sure what to make of your last point. you need to break a site in order to get to any log files? i do not want to insult the host , but needing to break a site to get to any log files is a problem. i look at log files all the time with the site still being up. i'm going to go with i do not understand what you are saying.
    • i am happy we got this problem resolved.
    author of square Webpay.
    mxWorks has premium plugins. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

 

 
Page 6 of 67 FirstFirst ... 456781656 ... 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