Skip to content

Instantly share code, notes, and snippets.

@michaelgiles
Created April 14, 2015 00:08
Show Gist options
  • Select an option

  • Save michaelgiles/e820bde10a3516c86341 to your computer and use it in GitHub Desktop.

Select an option

Save michaelgiles/e820bde10a3516c86341 to your computer and use it in GitHub Desktop.
Woocommere Hide Coupon Amount when applied
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