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