Skip to content
Advertisement

Change “Remove” link text for WooCommerce coupon on checkout page

Instead of [Remove] on the WooCommerce checkout for added coupons, I would like the text to be [Remove & Re-Calculate].

I am using the following and the text is changed but there is no link (the coupon cannot be removed).

This is what I tried:

JavaScript

Advertisement

Answer

includes/wc-cart-functions.php contains at line 293, just before the woocommerce_cart_totals_coupon_html filter hook.

JavaScript

So to replace the text, use:

JavaScript

OR

JavaScript
User contributions licensed under: CC BY-SA
3 People found this is helpful
Advertisement