Page 272 of 283 FirstFirst ... 172222262270271272273274282 ... LastLast
Results 2,711 to 2,720 of 2823
  1. #2711
    Join Date
    Sep 2013
    Location
    Devon, UK
    Posts
    78
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    @BillJ, PM sent.
    Thanks, lat9.
    And my apologies for the error but the Braintree module version I am using is actually 2.2.7, not 1.4.5 as I said earlier

  2. #2712
    Join Date
    Sep 2013
    Location
    Devon, UK
    Posts
    78
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Thanks very much to lat9 for her highly-responsive support over this. I'd never have figured it out myself. It seems that OPC is not currently compatible with Braintree and other Javascript-based payment methods.

    I'll be keeping an eye on OPC developments :)

  3. #2713
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,699
    Plugin Contributions
    11

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by BillJ View Post
    Thanks very much to lat9 for her highly-responsive support over this. I'd never have figured it out myself. It seems that OPC is not currently compatible with Braintree and other Javascript-based payment methods.

    I'll be keeping an eye on OPC developments :)
    hmmm...

    is OPC not compatible with braintree? or is braintree not compatible with OPC?

    braintree was last updated almost 3 years ago.

    square webpay is a javascript based payment method. it is compatible with OPC.

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

  4. #2714
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,699
    Plugin Contributions
    11

    Default Re: One-Page Checkout [Support Thread]

    in looking at the braintree zc code, i would now even argue that this payment module is NOT a javascript based payment method.

    in addition, it looks to be based on braintree sdk 3.4.0 which was deprecated on 3/2022; and unsupported as of 3/2023.

    the latest braintree php sdk was released 2 weeks ago, and is version 6.16.0.
    author of square Webpay.
    mxWorks has premium plugins. donations: venmo or paypal accepted.
    premium consistent excellent support. available for hire.

  5. #2715
    Join Date
    Sep 2013
    Location
    Devon, UK
    Posts
    78
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by carlwhat View Post
    in looking at the braintree zc code, i would now even argue that this payment module is NOT a javascript based payment method.

    in addition, it looks to be based on braintree sdk 3.4.0 which was deprecated on 3/2022; and unsupported as of 3/2023.

    the latest braintree php sdk was released 2 weeks ago, and is version 6.16.0.
    Despite (mistakenly) saying otherwise earlier, I'm using Braintree Payments 2.2.7 downloaded from the Numinix web-site, released September 2023 and usind SDK 6.9.1. A lot of the Braintree API revolves around the client, with some server involvement.
    Last edited by BillJ; 20 Jan 2024 at 06:35 PM.

  6. #2716
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,560
    Plugin Contributions
    89

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by carlwhat View Post
    hmmm...

    is OPC not compatible with braintree? or is braintree not compatible with OPC?

    braintree was last updated almost 3 years ago.

    square webpay is a javascript based payment method. it is compatible with OPC.

    i should know. i coded it.
    Right, some payment-module developers pay attention to their module's interaction with OPC; others, not so much!

  7. #2717
    Join Date
    Sep 2013
    Location
    Devon, UK
    Posts
    78
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    Right, some payment-module developers pay attention to their module's interaction with OPC; others, not so much!
    Perhaps when OPC becomes part of the Zen Cart core then their hand will be forced since if it is incompatible with OPC then it is incompatible with Zen Cart. Until then we have two third-party modules for Zen Cart that are incompatible with each other.

    However... :)
    @lat9, what is it that OPC is expecting to happen that the Square Webpay module is doing but the Braintree module isn't doing? I'd have a go at updating the Braintree module if I knew what that was.

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

    Default Re: One-Page Checkout [Support Thread]

    I have ZC v1.5.8a and One-Page Checkout V 2.4.6
    I'm getting this error:
    Code:
    [02-Feb-2024 18:37:43 UTC] PHP Notice:  Country with countries_id = 223 is either disabled or does not exist. in /home/xxx/xxx/public_html/includes/functions/html_output.php on line 896
    223 is US and 222 is the UK and I only have uk active in admin and it is only happening on index.php?main_page=checkout_one
    so is there a hard coded use of countries_id = 223 in the script as I have looked and can not see
    Last edited by OJ_SIMON; 2 Feb 2024 at 07:47 PM.

  9. #2719
    Join Date
    Nov 2023
    Location
    Hounslow
    Posts
    81
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    I ended up just enabling US and the error has fixed and also I'm not getting anymore errors yet.

  10. #2720
    Join Date
    Nov 2005
    Location
    los angeles
    Posts
    2,699
    Plugin Contributions
    11

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by OJ_SIMON View Post
    I have ZC v1.5.8a and One-Page Checkout V 2.4.6
    I'm getting this error:
    Code:
    [02-Feb-2024 18:37:43 UTC] PHP Notice:  Country with countries_id = 223 is either disabled or does not exist. in /home/xxx/xxx/public_html/includes/functions/html_output.php on line 896
    223 is US and 222 is the UK and I only have uk active in admin and it is only happening on index.php?main_page=checkout_one
    so is there a hard coded use of countries_id = 223 in the script as I have looked and can not see
    a lot of assumptions going on here...

    none of which look to be true... i could be wrong...

    did you look at the code? specifically where the error is?

    that looks to be where your problem probably is.

    from your admin -> configuration -> customer details -> Create Account Default Country ID

    what is that set to? default is 223; you probably want it at 222. then you can disable the US once again.

    so i do not think that this issue is OPC related nor do i think that 223 was hard coded. but both configuration keys, STORE_COUNTRY and SHOW_CREATE_ACCOUNT_DEFAULT_COUNTRY, need to be set to 222.

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

 

 

Similar Threads

  1. Set number of products displayed per page (support thread)
    By yellow1912 in forum All Other Contributions/Addons
    Replies: 146
    Last Post: 2 Nov 2023, 12:50 AM
  2. v151 Banners In Main Page - Support Thread
    By stevesh in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 18 Sep 2021, 03:36 PM
  3. v151 Site Map/Page Not Found: Combined [Support Thread]
    By lat9 in forum All Other Contributions/Addons
    Replies: 7
    Last Post: 4 Jan 2016, 02:19 PM
  4. v151 PayPal Express Checkout Using NVP 84.0 [Support Thread]
    By lat9 in forum Addon Payment Modules
    Replies: 32
    Last Post: 28 Dec 2015, 04:54 PM
  5. Checkout Amazon Style -- Support Thread
    By CJPinder in forum All Other Contributions/Addons
    Replies: 72
    Last Post: 13 Apr 2011, 08:18 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