Created
April 14, 2015 00:08
-
-
Save michaelgiles/e820bde10a3516c86341 to your computer and use it in GitHub Desktop.
Woocommere Hide Coupon Amount when applied
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| add_filter( 'woocommerce_cart_totals_coupon_label', 'skyverge_change_coupon_label' ); | |
| function skyverge_change_coupon_label() { | |
| echo 'Discount Applied'; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment