Fatal error when used with Product Bundles plugin
-
I use this plugin for a client website to add additional items to a particular product using checkboxes. The website also uses the WooCommerce Product Bundles Plugin.
Now, when the item checkboxes are checked and the product is added to the cart, this fatal error message appears.
Fatal error: Call to undefined function wc_pb_is_bundled_cart_item() in /wp-content/plugins/woocommerce-product-addon/inc/woocommerce.php on line 167
When I comment out lines 167-169, the following error message appears in the cart page.
Fatal error: Call to undefined function wc_pb_is_bundled_cart_item() in /wp-content/plugins/woocommerce-product-addon/inc/woocommerce.php on line 466
And when I comment out lines 466 to 468, the error message disappears and things work as expected, or so it seems for now.
Please fix this as soon as possible.
- The topic ‘Fatal error when used with Product Bundles plugin’ is closed to new replies.