Merge pull request #26276 from jobthomas/master

Tweak explanation for coupon discounts
This commit is contained in:
Vedanshu Jain 2020-04-28 18:30:44 +05:30 committed by GitHub
commit cea3042605
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -107,9 +107,9 @@ class WC_Shipping_Free_Shipping extends WC_Shipping_Method {
),
'ignore_discounts' => array(
'title' => __( 'Coupons discounts', 'woocommerce' ),
'label' => __( 'Don\'t ignore coupons discounts', 'woocommerce' ),
'label' => __( 'Apply minimum order rule before coupon discount', 'woocommerce' ),
'type' => 'checkbox',
'description' => __( 'If checked, Free shipping will still be offered even if the cart amount after coupon is applied is less than the minimum required.', 'woocommerce' ),
'description' => __( 'If checked, free shipping would be available based on pre-discount order amount.', 'woocommerce' ),
'default' => 'no',
'desc_tip' => true,
),