Coupon help (#15958)
* Solves #15945 Change description of help tip to be accurate for current coupon system * update caps use on PR
This commit is contained in:
parent
b0a9c5a9c2
commit
f67bf6892e
|
@ -162,7 +162,7 @@ class WC_Meta_Box_Coupon_Data {
|
|||
}
|
||||
}
|
||||
?>
|
||||
</select> <?php echo wc_help_tip( __( 'Products which need to be in the cart to use this coupon or, for "Product Discounts", which products are discounted.', 'woocommerce' ) ); ?></p>
|
||||
</select> <?php echo wc_help_tip( __( 'Products that the coupon will be applied to, or that need to be in the cart in order for the "Fixed cart discount" to be applied.', 'woocommerce' ) ); ?></p>
|
||||
<?php
|
||||
|
||||
// Exclude Product ids
|
||||
|
@ -179,7 +179,7 @@ class WC_Meta_Box_Coupon_Data {
|
|||
}
|
||||
}
|
||||
?>
|
||||
</select> <?php echo wc_help_tip( __( 'Products which must not be in the cart to use this coupon or, for "Product Discounts", which products are not discounted.', 'woocommerce' ) ); ?></p>
|
||||
</select> <?php echo wc_help_tip( __( 'Products that the coupon will not be applied to, or that cannot be in the cart in order for the "Fixed cart discount" to be applied.', 'woocommerce' ) ); ?></p>
|
||||
<?php
|
||||
|
||||
echo '</div><div class="options_group">';
|
||||
|
@ -198,7 +198,7 @@ class WC_Meta_Box_Coupon_Data {
|
|||
}
|
||||
}
|
||||
?>
|
||||
</select> <?php echo wc_help_tip( __( 'A product must be in this category for the coupon to remain valid or, for "Product Discounts", products in these categories will be discounted.', 'woocommerce' ) ); ?></p>
|
||||
</select> <?php echo wc_help_tip( __( 'Product categories that the coupon will be applied to, or that need to be in the cart in order for the "Fixed cart discount" to be applied.', 'woocommerce' ) ); ?></p>
|
||||
<?php
|
||||
|
||||
// Exclude Categories
|
||||
|
@ -215,7 +215,7 @@ class WC_Meta_Box_Coupon_Data {
|
|||
}
|
||||
}
|
||||
?>
|
||||
</select> <?php echo wc_help_tip( __( 'Product must not be in this category for the coupon to remain valid or, for "Product Discounts", products in these categories will not be discounted.', 'woocommerce' ) ); ?></p>
|
||||
</select> <?php echo wc_help_tip( __( 'Product categories that the coupon will not be applied to, or that cannot be in the cart in order for the "Fixed cart discount" to be applied.', 'woocommerce' ) ); ?></p>
|
||||
<?php
|
||||
|
||||
echo '</div><div class="options_group">';
|
||||
|
|
Loading…
Reference in New Issue