Compatibility with plugins

Add provided code to functions.php and update Settings. Calculation option "Use prices modified by other plugins" must be ON. System option "Suppress other pricing plugins in frontend" must be OFF.

Paypal for WooCommerce, by Angelleye
add_action( 'wdp_before_apply_to_wc_cart', function () { remove_action( 'woocommerce_cart_emptied', array( Angelleye_PayPal_Express_Che...
Tue, 28 Apr, 2020 at 5:56 PM
Free Gift Coupons, by Kathy Darling
class WDP_WCFGC_Compatibility { const KEY = 'free_gift_coupons'; const WDP_VERSION = '2.3.3'; const TARGET_VERSION = '2.4.3';...
Tue, 28 Apr, 2020 at 6:09 PM
WooCommerce Advanced Product Labels, by Jeroen Sormani
remove_filter('wapl_product_label', 'wapl_smart_product_label_filter'); add_filter('wapl_product_label', function($label) { glob...
Tue, 28 Apr, 2020 at 6:25 PM
Woocommerce Custom Product Addons, by Acowebs
class WDP_WCPA_Custom_Compatibility { const KEY = 'acowebs-woo-custom-product-addons'; const WDP_VERSION = '2.2.4'; const TARGET_VERS...
Tue, 28 Apr, 2020 at 6:27 PM