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/Addons/AdvancedQuantityOptions/AdvancedQuantityOptionsAddon.php +6 -2 6.1.0 → 8.0.2 View file →
@@ -11,13 +11,17 @@
11 11
12 12 const GROUP_OF_QUANTITY_BASE_META_KEY = 'group_of_quantity';
13 13
14 14 public function getName() : string {
15 - return __( 'Additional product quantity options', 'tier-pricing-table' );
15 + return __( 'Advanced product quantity options', 'tier-pricing-table' );
16 16 }
17 17
18 18 public function getDescription() : string {
19 - return __( 'Manage maximum quantity and quantity step for products.', 'tier-pricing-table' );
19 + return __( 'Set maximum, and step quantities for products.', 'tier-pricing-table' );
20 + }
21 +
22 + public function getIcon() : string {
23 + return '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/></svg>';
20 24 }
21 25
22 26 public function getSlug() : string {
23 27 return 'additional-product-quantity-options';