Results 1 to 10 of 3052

Threaded View

  1. #11
    Join Date
    Apr 2019
    Posts
    346
    Plugin Contributions
    0

    Default Re: One-Page Checkout [Support Thread]

    zc 1.58a. php 8.1. opc 2.5.2.

    I received the following warning.

    Code:
    Request URI: /ajax.php?act=ajaxOnePageCheckout&method=updateShippingSelection, IP address: xxxx, Language id 1
    #0 /includes/classes/ajax/zcAjaxOnePageCheckout.php(115): zen_debug_error_handler()
    #1 /includes/classes/ajax/zcAjaxOnePageCheckout.php(104): zcAjaxOnePageCheckout->formatOrderTotal()
    #2 /ajax.php(85): zcAjaxOnePageCheckout->updateShippingSelection()
    --> PHP Warning: Undefined array key "opc_saved_order_total" in /includes/classes/ajax/zcAjaxOnePageCheckout.php on line 115.
    Line 115 is the following section:

    Code:
        protected function formatOrderTotal()
        {
            return $_SESSION['opc_saved_order_total'];//line 115
        }
    Does the following change work? $_SESSION['opc_saved_order_total'] should not be zero or null?

    Code:
    return $_SESSION['opc_saved_order_total'] ?? '';
    Last edited by njcyx; 27 Jun 2024 at 02:25 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

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