WooCommerce Product Bundles incompatible
-
I also filed here:
https://github.com/krokedil/klarna-onsite-messaging-for-woocommerce/issues/41
not sure which support forum to do it in.
Right now if you use WooCommerce's suggested product bundles plugin: https://docs.woocommerce.com/document/bundles/, OSM doesn't work That's because add_iframe function calls: if ( $product->is_type( 'variable' ) ) { $price = $product->get_variation_price( 'min' ) * 100; } else { $price = wc_get_price_to_display( $product ) * 100; } and wc_get_price_to_display returns 0 for bundles. Can you get support in?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘WooCommerce Product Bundles incompatible’ is closed to new replies.