Page 236 of 281 FirstFirst ... 136186226234235236237238246 ... LastLast
Results 2,351 to 2,360 of 2805
  1. #2351
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,149
    Plugin Contributions
    11

    Default Re: One-Page Checkout [Support Thread]

    Since they only show 1.5.6c supported, you may want to contact them for an upgrade.

  2. #2352
    Join Date
    Apr 2019
    Posts
    244
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by dbltoe View Post
    Since they only show 1.5.6c supported, you may want to contact them for an upgrade.
    Hi dbltoe, thanks for your reply. I believe the latest v1.8.1 fedexwebservices module is compatible with zc 1.57d & php 7.4, because I used it for 2 weeks without OPC and it worked well. No warning log generated and no duplicated orders were received.

    I created an issue via bitbucket/numinix asking for fedexwebservices compatibility, but I don't think they will reply to it in the near future.

  3. #2353
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,149
    Plugin Contributions
    11

    Default Re: One-Page Checkout [Support Thread]

    You might want to turn on the debug for a few days to see what results you get.

  4. #2354
    Join Date
    Apr 2019
    Posts
    244
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by dbltoe View Post
    You might want to turn on the debug for a few days to see what results you get.
    Thanks. Do you mean the debug for OPC? I will turn it on and I will report it later if any new duplicated orders.

  5. #2355
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,149
    Plugin Contributions
    11

    Default Re: One-Page Checkout [Support Thread]

    Yep, I think that's what lat9 would say. She's a tad busy right now.

  6. #2356
    Join Date
    Apr 2019
    Posts
    244
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by dbltoe View Post
    Yep, I think that's what lat9 would say. She's a tad busy right now.
    I see. Thanks for your help!

  7. #2357
    Join Date
    Dec 2010
    Posts
    142
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    BUG REPORT: After clicking the "Apply" button in the GIFT CERTIFICATE section of OPC, an error is displayed " Please confirm the terms and conditions bound to this order by ticking the box below."

    This error should only display when the CONFIRM ORDER button is clicked, not when the APPLY button for a gift certificate.

    Is this a known bug? Is there a fix?

    Thanks!

  8. #2358
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,486
    Plugin Contributions
    88

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lolwaut View Post
    BUG REPORT: After clicking the "Apply" button in the GIFT CERTIFICATE section of OPC, an error is displayed " Please confirm the terms and conditions bound to this order by ticking the box below."

    This error should only display when the CONFIRM ORDER button is clicked, not when the APPLY button for a gift certificate.

    Is this a known bug? Is there a fix?

    Thanks!
    What version of OPC?

  9. #2359
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,486
    Plugin Contributions
    88

    Default Re: One-Page Checkout [Support Thread]

    Quote Originally Posted by lat9 View Post
    What version of OPC?
    Never mind, this (https://github.com/lat9/one_page_checkout/issues/340) GitHub tracking issue created.

  10. #2360
    Join Date
    Apr 2019
    Posts
    244
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Hi @lat9, my site received several errors during the holiday, from one Australia customer.

    PHP Code:
    [02-Jul-2022 09:31:55 America/New_YorkRequest URI: /index.php?main_page=checkout_oneIP address1.129.27.xxx
    #1 trigger_error() called at [/public_html/includes/classes/OnePageCheckout.php:1058]
    #2 OnePageCheckout->getAddressValuesFromDb() called at [/public_html/includes/classes/OnePageCheckout.php:1031]
    #3 OnePageCheckout->getAddressValues() called at [/public_html/includes/templates/template_default/templates/tpl_modules_opc_address_block.php:26]
    #4 require(/public_html/includes/templates/template_default/templates/tpl_modules_opc_address_block.php) called at [/public_html/includes/templates/template_default/templates/tpl_modules_opc_shipping_address.php:31]
    #5 require(/public_html/includes/templates/template_default/templates/tpl_modules_opc_shipping_address.php) called at [/public_html/includes/templates/template_default/templates/tpl_checkout_one_default.php:54]
    #6 require(/public_html/includes/templates/template_default/templates/tpl_checkout_one_default.php) called at [/public_html/includes/templates/responsive_classic/common/tpl_main_page.php:185]
    #7 require(/public_html/includes/templates/responsive_classic/common/tpl_main_page.php) called at [/public_html/index.php:94]
    --> PHP Fatal errorunknown address_book_id () for customer_id (109389in /public_html/includes/classes/OnePageCheckout.php on line 1058. 
    I received 7 log files and 6 files are the above content. One is the following:
    PHP Code:
    [02-Jul-2022 09:39:35 America/New_YorkRequest URI: /ajax.php?act=ajaxOnePageCheckout&method=updateShippingIP address1.129.27.xxx
    #1 trigger_error() called at [/public_html/includes/classes/OnePageCheckout.php:992]
    #2 OnePageCheckout->setTempShippingToBilling() called at [/public_html/includes/classes/ajax/zcAjaxOnePageCheckout.php:56]
    #3 zcAjaxOnePageCheckout->updateShipping() called at [/public_html/ajax.php:85]
    --> PHP Fatal errorInvalid access$_SESSION['billto'is not setin /public_html/includes/classes/OnePageCheckout.php on line 992. 
    Here are the codes near line 1058:
    PHP Code:
            if ($address_info->EOF) {
                
    trigger_error("unknown address_book_id (" $address_book_id ') for customer_id (' $_SESSION['customer_id'] . ')'E_USER_ERROR);
                exit();
            } 
    My OPC debug is ON so I have the log file at that time. Please DM me your email so I can send it to you.

    Thanks in advance.
    Last edited by njcyx; 5 Jul 2022 at 05:19 PM.

 

 

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