PluginProbe
Tiered Pricing Table for WooCommerce / 8.0.2
Tiered Pricing Table for WooCommerce v8.0.2
8.0.2 7.1.7 7.1.5 7.1.4 7.1.1 6.5.0 6.4.0 6.1.0 trunk 1.0 1.1 2.0 2.0.1 2.0.2 2.1 2.1.1 2.1.2 2.2.0 2.2.1 2.2.2 2.2.3 2.3.0 2.3.1 2.3.2 2.3.3 All 91 releases
← All changes | src/Integrations/Plugins/DiscountRulesForWooCommerce.php +1 -1 6.1.0 → 8.0.2 View file →
@@ -37,9 +37,9 @@
37 37 return __( 'Discount Rules for WooCommerce', 'tier-pricing-table' );
38 38 }
39 39
40 40 public function getDescription(): string {
41 - return __( 'Do not recalculate price for free items in the cart', 'tier-pricing-table' );
41 + return __( 'Prevent price recalculations for free promotional items added to the cart by Discount Rules for WooCommerce.', 'tier-pricing-table' );
42 42 }
43 43
44 44 public function getSlug(): string {
45 45 return 'discount-rules-for-woocommerce';