Error stops ability to change Order Status
-
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 589The 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!
- The topic ‘Error stops ability to change Order Status’ is closed to new replies.