Paypal | Site Banner Q4 2024

Added by Latoya

Product Icon

WooCommerce Subscriptions

Let customers subscribe to your products or services and pay on a weekly, monthly or annual basis.

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.

Use of your personal data
We and our partners process your personal data (such as browsing data, IP Addresses, cookie information, and other unique identifiers) based on your consent and/or our legitimate interest to optimize our website, marketing activities, and your user experience.