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/WCPA.php +2 -2 6.1.0 → 8.0.2 View file →
@@ -11,13 +11,13 @@
11 11 return $price;
12 12 }
13 13
14 14 public function getTitle(): string {
15 - return __( 'WooCommerce Custom Product Addons (WCPA) by Acowebs', 'tier-pricing-table' );
15 + return 'WooCommerce Custom Product Addons (WCPA) by Acowebs';
16 16 }
17 17
18 18 public function getDescription(): string {
19 - return __( 'Make tiered pricing works properly with custom product options.', 'tier-pricing-table' );
19 + return __( 'Calculate tiered pricing accurately when custom product add-ons are selected.', 'tier-pricing-table' );
20 20 }
21 21
22 22 public function getSlug(): string {
23 23 return 'wcpa';