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/WombatProductAddons.php +2 -2 6.1.0 → 8.0.2 View file →
@@ -38,13 +38,13 @@
38 38 return $price;
39 39 }
40 40
41 41 public function getTitle(): string {
42 - return __( 'Product Fields (Product Addons) by StudioWombat', 'tier-pricing-table' );
42 + return 'Product Fields (Product Addons) by StudioWombat';
43 43 }
44 44
45 45 public function getDescription(): string {
46 - return __( 'Make tiered pricing works properly with custom product options.', 'tier-pricing-table' );
46 + return __( 'Calculate tiered pricing accurately when using StudioWombat Advanced Product Fields.', 'tier-pricing-table' );
47 47 }
48 48
49 49 public function getSlug(): string {
50 50 return 'wombat_product_addons';