currently in checkout page and cart page after people apply coupon code then cart showing coupon name and how much money reduced from original product price .
For example product price is 100 and discount is 20% for coupon then it showing coupon name , -20 .
But i don't want to show -20 there , instead i need to display custom string there like 20% off . Not the amount , but some custom string ..
How i can do this ? . When i search i can find that theme/woocommerce/cart/cart.php there it is using a function <?php do_action( 'woocommerce_cart_collaterals' ); ?>
. So there is no option for to edit the reduced amount .
So please help , please note that this string need to displayed in checkout , cart , order email etc .