I want a WooCommerce hook that can help to add string Contact for shipping quotes
in front of Shipping Lable, by removing the shipping price on the checkout page. I’m developing a plugin and want to modify the shipping value.
I’ve tried many hooks. I tried to pass string to the following code, but it takes float/int value only.
WC()->cart->add_fee("Shipping", (float) $amount);