Closed bilfeldt closed 5 years ago
It is the filter woocommerce_shipping_smart_send_shipping_is_free_shipping
that needs to be changed to woocommerce_shipping_smart_send_shipping_is_flat_rate_shipping
.
We need to add a deprecation notice.
woocommerce_shipping_smart_send_shipping_is_free_shipping
woocommerce_shipping_smart_send_shipping_is_free_shipping
Implemented
We need to rename the method
is_free_shipping()
in the file/smart-send-logistics/includes/class-ss-shipping-wc-method.php
tois_flatrate_shipping
as it is no longer for free shipping, but this is a breaking change, so we will do it in 8.1 instead of in 8.0.15