Replies: 1
Hi,
I just found a bug and my log is full of warnings.
Please replace the
if ( $cart_object->tax_display_cart === 'incl' ) {
to
if ( ( version_compare( WC_VERSION, '4.4', '<' ) ) ? $cart_object->tax_display_cart === 'incl' : $cart_object->get_tax_price_display_mode() === 'incl' ) {
in the woo-combo-offers.php:1038.
Best regards,
Estal