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/YouSave/YouSaveService.php +1 -1 7.1.5 → 8.0.2 View file →
@@ -87,9 +87,9 @@
87 87 }
88 88
89 89 public function getTemplate() {
90 90 return get_option( Settings::SETTINGS_PREFIX . 'you_save_template',
91 - 'You save {tp_ys_total_price} ({tp_ys_percentage_discount}%)' );
91 + 'You save {tp_ys_total_price}' );
92 92 }
93 93
94 94 public function getTextColor() {
95 95 return get_option( Settings::SETTINGS_PREFIX . 'you_save_text_color', '#FF0000' );