Viewing 1 replies (of 1 total)
  • Good day, @patchekohoss!

    try this

    add_filter('wdp_exclude_hooks_when_add_to_cart_calculated_items', function($hooks){
    return array_merge(array('woocommerce_add_to_cart', 'woocommerce_after_cart_item_quantity_update'), $hooks);
    });

    Sincerely, Edward

Viewing 1 replies (of 1 total)
  • The topic ‘Conflict with Paypal Plus Plugin’ is closed to new replies.