Page 306 of 307 FirstFirst ... 206256296304305306307 LastLast
Results 3,051 to 3,060 of 3066
  1. #3051
    Join Date
    Apr 2019
    Posts
    356
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Thanks for your efforts. It may not worth spending more time on a "retired" payment module at this time, at least opc 2.5.5 works really good on my end. I will probably keep using opc 2.5.5 with paypal express, until we decide to upgrade the payment to paypalr.

    I'm not sure maybe I'm the only one who use OPC with paypal express now...

  2. #3052
    Join Date
    Apr 2019
    Posts
    356
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    I checked the log files for yesterday's issue again and it seems to be that not exactly the same as last time.

    PHP Code:
    [18-Jun-2026 12:49:09 America/New_YorkPHP Fatal error:  Uncaught ErrorTyped property OnePageCheckout::$isVirtualOrder must not be accessed before initialization in public_html/includes/classes/OnePageCheckout.php:2572
    Stack trace
    :
    #0 /public_html/includes/classes/observers/class.checkout_one_observer.php(687): OnePageCheckout->getTaxLocations()
    #1 /public_html/includes/classes/traits/NotifierManager.php(106): checkout_one_observer->update(Object(notifier), 'ZEN_GET_TAX_LOC...', Array, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
    #2 //public_html/includes/functions/functions_taxes.php(354): base->notify('ZEN_GET_TAX_LOC...', Array, false)
    #3 /public_html/includes/modules/order_total/ot_tax.php(66): zen_get_tax_locations()
    #4 /public_html/includes/classes/order_total.php(96): ot_tax->process()
    #5 /public_html/includes/modules/checkout_process.php(104): order_total->process()
    #6 /public_html/includes/modules/pages/checkout_process/header_php.php(13): require('')
    #7 /public_html/index.php(35): require('')
    #8 {main}
      
    thrown in /public_html/includes/classes/OnePageCheckout.php on line 2572

    [18-Jun-2026 12:49:09 America/New_YorkRequest URI: /index.php?main_page=checkout_processIP addressxxxx
    --> PHP Fatal errorUncaught ErrorTyped property OnePageCheckout::$isVirtualOrder must not be accessed before initialization in /public_html/includes/classes/OnePageCheckout.php:2572
    Stack trace
    :
    #0 /public_html/includes/classes/observers/class.checkout_one_observer.php(687): OnePageCheckout->getTaxLocations()
    #1 /public_html/includes/classes/traits/NotifierManager.php(106): checkout_one_observer->update(Object(notifier), 'ZEN_GET_TAX_LOC...', Array, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
    #2 /public_html/includes/functions/functions_taxes.php(354): base->notify('ZEN_GET_TAX_LOC...', Array, false)
    #3 /public_html/includes/modules/order_total/ot_tax.php(66): zen_get_tax_locations()
    #4 /public_html/includes/classes/order_total.php(96): ot_tax->process()
    #5 /public_html/includes/modules/checkout_process.php(104): order_total->process()
    #6 /public_html/includes/modules/pages/checkout_process/header_php.php(13): require('')
    #7 /public_html/index.php(35): require('')
    #8 {main}
      
    thrown in /public_html/includes/classes/OnePageCheckout.php on line 2572.

    [18-Jun-2026 12:49:09 America/New_YorkRequest URI: /index.php?main_page=checkout_processIP addressxxxx
    --> PHP Fatal errorUncaught ErrorTyped property OnePageCheckout::$isVirtualOrder must not be accessed before initialization in /public_html/includes/classes/OnePageCheckout.php:2572
    Stack trace
    :
    #0 /public_html/includes/classes/observers/class.checkout_one_observer.php(687): OnePageCheckout->getTaxLocations()
    #1 /public_html/includes/classes/traits/NotifierManager.php(106): checkout_one_observer->update(Object(notifier), 'ZEN_GET_TAX_LOC...', Array, false, NULL, NULL, NULL, NULL, NULL, NULL, NULL)
    #2 /public_html/includes/functions/functions_taxes.php(354): base->notify('ZEN_GET_TAX_LOC...', Array, false)
    #3 public_html/includes/modules/order_total/ot_tax.php(66): zen_get_tax_locations()
    #4 /public_html/includes/classes/order_total.php(96): ot_tax->process()
    #5 /public_html/includes/modules/checkout_process.php(104): order_total->process()
    #6 /public_html/includes/modules/pages/checkout_process/header_php.php(13): require('')
    #7 /public_html/index.php(35): require('')
    #8 {main}
      
    thrown in public_html/includes/classes/OnePageCheckout.php on line 2572. 
    OnePageCheckout.php on line 2572 is the following

    PHP Code:
    if ($this->isVirtualOrder === true || $this->getShippingBilling() === true) { 

  3. #3053
    Join Date
    Apr 2019
    Posts
    356
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    OPC 2.6.2. Zen cart 2.1.0

    I received the following intermittent warning.

    PHP Code:
    [15-Jul-2026 09:10:06 America/New_YorkPHP Fatal errorUncaught ErrorUndefined constant "EMAIL_WELCOME" in /includes/modules/checkout_one_send_welcome_email.php:19
    Stack trace
    :
    #0 /includes/modules/pages/checkout_success/header_php_guest.php(43): require()
    #1 /index.php(35): require('/home/...')
    #2 {main}
    thrown in /includes/modules/checkout_one_send_welcome_email.php on line 19

    [15-Jul-2026 09:10:06 America/New_YorkRequest URI: /index.php?main_page=checkout_success&action=create_accountIP addressxxxx
    --> PHP Fatal errorUncaught ErrorUndefined constant "EMAIL_WELCOME" in /includes/modules/checkout_one_send_welcome_email.php:19
    Stack trace
    :
    #0 /includes/modules/pages/checkout_success/header_php_guest.php(43): require()
    #1 /index.php(35): require('/home/...')
    #2 {main}
    thrown in /includes/modules/checkout_one_send_welcome_email.php on line 19. 
    Line 19 is the following
    $email_text .= EMAIL_WELCOME;

  4. #3054
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,973
    Plugin Contributions
    96

    Default Re: One-Page Checkout [Support Thread]

    GitHub issue created and correction committed: https://github.com/lat9/one_page_checkout/issues/474

  5. #3055
    Join Date
    Feb 2007
    Location
    Pennsylvania
    Posts
    855
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Hi All,
    Running ZC 2.2.2 on PHP 8.2.31 on Clone of RC template. I believe this has happened 4 times now. Customer checking out, enters address and payment details, clicks confirm and gets the spinner. Goes on and on.. customer either reloads or clicks back and submits again. One customer ended up reloading 3 times causing 3 identical orders. The message in logs was related to email timeout php over 30 seconds. We increased the timeout to 90 seconds, but this does not prevent customers from reloading or going back and submitting again.

    Thank you,
    John

  6. #3056
    Join Date
    Feb 2007
    Location
    Pennsylvania
    Posts
    855
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    I forgot to mention that we're now using SendGrid email service. I do not recall whether this was happening prior to using their service.

  7. #3057
    Join Date
    Feb 2007
    Location
    Pennsylvania
    Posts
    855
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    Sorry to keep updating this thread. We've disabled the one page checkout, reverted back to sending mail through our own server and have again had a timeout during checkout.

  8. #3058
    Join Date
    Feb 2007
    Location
    Pennsylvania
    Posts
    855
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    It's looking like this is happening due to some ModSecurity rules. Is there any recommended settings for CWP, OWASP and ModSecurity? Logs are stuffed full of legitimate traffic/users being blocked from doing regular stuff, like checkout, bookmark etc...

    Thank you,
    John

  9. #3059
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,973
    Plugin Contributions
    96

    Default Re: One-Page Checkout [Support Thread]

    v2.6.3 of One-Page Checkout is now available for download: https://www.zen-cart.com/downloads.php?do=file&id=2095

    This release contains changes associated with these GitHub issues:

    #463: Correct PHP fatal error during paypalwpp special checkout, really, this time
    #470: Correct "Shipping Address, Same as Billing" state management.
    #474: Add missing language constants (pre-zc220) when a guest 'converts' their account after creating an order.

  10. #3060
    Join Date
    Jan 2004
    Location
    N of San Antonio TX
    Posts
    9,720
    Plugin Contributions
    13

    Default Re: One-Page Checkout [Support Thread]

    FYI,

    Files come down as 4.6.3 vs 2.6.3
    A little help with colors.
    myZenCartHost.com - Zen Cart Certified, PCI Compatible Hosting by JEANDRET
    Free SSL & Domain with semi-annual and longer hosting. Updating 1.5.2 and Up.

 

 

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

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