Add filter to remove shipping label in Recurring totals – Woocommerce Subscriptions

Currently there is no easy way to alter “Shipping via SHIPPING_NAME” string on cart & checkout pages, in totals table under Recurring totals.
Woocommerce has woocommerce_cart_shipping_method_full_label filter that serves this purpose, but it does not apply to Woocommerce Subscriptions extension.

This is the line in wcs-cart-functions.php that should be altered:
echo esc_html( sprintf( __( ‘Shipping via %s’, ‘woocommerce-subscriptions’ ), $shipping_method->label ) );

Author

Current Status

Open

Last updated: September 17, 2021

0 comments

Log in to comment on this feature request.