parent
e4b212cb3a
commit
0bc3ad868d
|
@ -660,7 +660,7 @@ class WC_Coupon {
|
||||||
$err = sprintf( __( 'The minimum spend for this coupon is %s.', 'woocommerce' ), wc_price( $this->minimum_amount ) );
|
$err = sprintf( __( 'The minimum spend for this coupon is %s.', 'woocommerce' ), wc_price( $this->minimum_amount ) );
|
||||||
break;
|
break;
|
||||||
case self::E_WC_COUPON_MAX_SPEND_LIMIT_MET:
|
case self::E_WC_COUPON_MAX_SPEND_LIMIT_MET:
|
||||||
$err = sprintf( __( 'The maximum spend for this coupon is %s.', 'woocommerce' ), wc_price( $this->minimum_amount ) );
|
$err = sprintf( __( 'The maximum spend for this coupon is %s.', 'woocommerce' ), wc_price( $this->maximum_amount ) );
|
||||||
break;
|
break;
|
||||||
case self::E_WC_COUPON_NOT_APPLICABLE:
|
case self::E_WC_COUPON_NOT_APPLICABLE:
|
||||||
$err = __( 'Sorry, this coupon is not applicable to your cart contents.', 'woocommerce' );
|
$err = __( 'Sorry, this coupon is not applicable to your cart contents.', 'woocommerce' );
|
||||||
|
|
Loading…
Reference in New Issue