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/CategoryTiers/CategoryTierAddon.php +5 -1 6.1.0 → 8.0.2 View file →
@@ -139,9 +139,13 @@
139 139 return $addons;
140 140 }
141 141
142 142 public function getDescription() : string {
143 - return __( 'Allows to set tiered pricing for at product category level. Use global rules instead.', 'tier-pricing-table' );
143 + return __( 'Set tiered pricing at the product category level (Deprecated).', 'tier-pricing-table' );
144 + }
145 +
146 + public function getIcon() : string {
147 + return '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M10 4H4c-1.1 0-1.99.9-1.99 2L2 18c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2h-8l-2-2z"/></svg>';
144 148 }
145 149
146 150 public function getSlug() : string {
147 151 return 'category-tiered-pricing';