Free product not added in cart for compatibility for buy again for woocommerce
Ensure free products are added to cart with Buy Again for WooCommerce compatibility.
add_action('init', function (){
remove_all_filters('woocommerce_cart_id');
});Ensure free products are added to cart with Buy Again for WooCommerce compatibility.
add_action('init', function (){
remove_all_filters('woocommerce_cart_id');
});