Merge pull request #26276 from jobthomas/master
Tweak explanation for coupon discounts
This commit is contained in:
commit
cea3042605
|
@ -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,
|
||||
),
|
||||
|
|
Loading…
Reference in New Issue