i am a developer of this plugin
https://codecanyon.net/item/woocommerce-easy-checkout-field-editor/9799777
I got a support request from mutual user. With recent woofunnels update user is getting following fatal error in our plugin where below given code is used. We use this code to get cart items and loop through it.It is kind of standard practice to get cart items programatically. try putting this code into your theme’s functions.php while woofunnels is activated. it will give fatal error. if you deactivate woofunnels and test the same code in functions.php code will work.
some changes in your recent update is creating the issue.
global $woocommerce;
$cart_items = $woocommerce->cart->get_cart();
print_r($cart_items);
-
This reply was modified 1 year, 8 months ago by
SysBasics.