← 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'; |