Disabling the free shipping method when the cart has product/s which assigned a certain shipping class
Can you please tell me how can I adapt this snippet (it disables the free shipping method for a certain product) to make it possible to disable the free shipping method when the cart has product/s which assigned a certain shipping class? (WooCommerce 4.2+) Any help appreciated. Thanks. function my_free_shipping( $is_available ) { global $woocommerce; … Read more