• Joe

    (@joesrocha)


    When attempting to update a WooCommerce order status, I receive this:
    “Error: Call to a member function get_cart() on null”

    /wp-content/plugins/mailjet-for-wordpress/src/includes/SettingsPages/WooCommerceSettings.php
    Line 589

    The function is cart_change_timestamp()
    The line is
    $cart = json_encode($woocommerce->cart->get_cart());

    It doesn’t seem right that get_cart is called on wp-admin but let me know otherwise.

    Thanks!

    • This topic was modified 4 years, 7 months ago by Joe.
  • The topic ‘Error stops ability to change Order Status’ is closed to new replies.