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/Coupons/CouponsAddon.php +5 -2 6.1.0 → 8.0.2 View file →
@@ -72,10 +72,13 @@
72 72 ) );
73 73 }
74 74
75 75 public function getDescription(): string {
76 - return __( 'It allows you to manage which coupons will allow tiered pricing and which will not.',
77 - 'tier-pricing-table' );
76 + return __( 'Disable tiered pricing for specific coupons.', 'tier-pricing-table' );
77 + }
78 +
79 + public function getIcon(): string {
80 + return '<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path d="M21.41 11.58l-9-9C12.05 2.22 11.55 2 11 2H4c-1.1 0-2 .9-2 2v7c0 .55.22 1.05.59 1.42l9 9c.36.36.86.58 1.41.58.55 0 1.05-.22 1.41-.59l7-7c.37-.36.59-.86.59-1.41 0-.55-.23-1.06-.59-1.42zM5.5 7C4.67 7 4 6.33 4 5.5S4.67 4 5.5 4 7 4.67 7 5.5 6.33 7 5.5 7z"/></svg>';
78 81 }
79 82
80 83 public function getSlug(): string {
81 84 return 'coupons';