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/AddifyRequestAQuote.php +2 -2 6.1.0 → 8.0.2 View file →
@@ -29,13 +29,13 @@
29 29 return 'https://woocommerce.com/products/request-a-quote-plugin-for-woocommerce/';
30 30 }
31 31
32 32 public function getTitle(): string {
33 - return __( 'Request a Quote for WooCommerce by Addify', 'tier-pricing-table' );
33 + return 'Request a Quote for WooCommerce by Addify';
34 34 }
35 35
36 36 public function getDescription(): string {
37 - return __( 'Consider tiered pricing in the request a quote form.', 'tier-pricing-table' );
37 + return __( 'Apply tiered pricing discounts when users request a quote through the Addify Request a Quote form.', 'tier-pricing-table' );
38 38 }
39 39
40 40 public function getSlug(): string {
41 41 return 'addify-request-a-quote';