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/YithRequestAQuote.php +2 -2 6.1.0 → 8.0.2 View file →
@@ -77,13 +77,13 @@
77 77 return 'https://wordpress.org/plugins/yith-woocommerce-request-a-quote/';
78 78 }
79 79
80 80 public function getTitle(): string {
81 - return __( 'YITH Request a Quote', 'tier-pricing-table' );
81 + return 'YITH Request a Quote';
82 82 }
83 83
84 84 public function getDescription(): string {
85 - return __( 'Make tiered pricing properly work with request a quote form.', 'tier-pricing-table' );
85 + return __( 'Apply tiered pricing discounts when users request a quote through YITH Request a Quote.', 'tier-pricing-table' );
86 86 }
87 87
88 88 public function getSlug(): string {
89 89 return 'yith-request-a-quote';