Retrieve coupon details from coupon code WooCommerce
$coupon_code = ‘TASTY10’; global $woocommerce; $c = new WC_Coupon($coupon_code); echo “Discount Amount “.$c->amount.””;//Get Discount amount echo “Discount Type “.$c->discount_type.””;//Get type of discount echo “Individual Use