Title: {saved_percent}
Last modified: April 14, 2024

---

# {saved_percent}

 *  Resolved [pelican104](https://wordpress.org/support/users/pelican104/)
 * (@pelican104)
 * [2 years ago](https://wordpress.org/support/topic/saved_percent/)
 * The {saved_percent} tag is adding a minus sign before the number. So although
   my label is “{saved_percent} OFF” and the preview window shows “50% OFF” the 
   actual webpage displays “-50% OFF”
 * How can I remove the minus sign??
 * Thanks

Viewing 3 replies - 1 through 3 (of 3 total)

 *  Plugin Author [AsanaPlugins](https://wordpress.org/support/users/asanaplugins/)
 * (@asanaplugins)
 * [2 years ago](https://wordpress.org/support/topic/saved_percent/#post-17688665)
 * Hi [@pelican104](https://wordpress.org/support/users/pelican104/)
 * Thank you for choosing our plugin.
 * We apologize for the inconvenience.
 * You can remove the negative prefix by adding the below function to your child
   theme functions.php file.
 *     ```wp-block-code
       function asnp_wesb_remove_sale_flash_prefix() {
           return '';
       }
       add_filter( 'asnp_wesb_sale_flash_percentage_discount_prefix', 'asnp_wesb_remove_sale_flash_prefix' );
       ```
   
 * We will add an option to the plugin settings to disable it in the future versions.
 * I hope it helps.
 * Best Regards
 *  Thread Starter [pelican104](https://wordpress.org/support/users/pelican104/)
 * (@pelican104)
 * [2 years ago](https://wordpress.org/support/topic/saved_percent/#post-17691568)
 * That is perfect, thank you.
 *  Plugin Author [AsanaPlugins](https://wordpress.org/support/users/asanaplugins/)
 * (@asanaplugins)
 * [2 years ago](https://wordpress.org/support/topic/saved_percent/#post-17696610)
 * Hi [@pelican104](https://wordpress.org/support/users/pelican104/)
 * You are welcome.
 * The option “Enable/Disable negative sign” is added to the plugin settings in 
   the new version.
 * Please help us spread the word and boost our motivation with [your 5-star review for the plugin](https://wordpress.org/plugins/easy-sale-badges-for-woocommerce/reviews/).
 * Thanks and Regards

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘{saved_percent}’ is closed to new replies.

 * ![](https://ps.w.org/easy-sale-badges-for-woocommerce/assets/icon-256x256.png?
   rev=3308799)
 * [Product Badge, Label, Countdown Timer for WooCommerce - Sale Booster](https://wordpress.org/plugins/easy-sale-badges-for-woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/easy-sale-badges-for-woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/easy-sale-badges-for-woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/easy-sale-badges-for-woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/easy-sale-badges-for-woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/easy-sale-badges-for-woocommerce/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [AsanaPlugins](https://wordpress.org/support/users/asanaplugins/)
 * Last activity: [2 years ago](https://wordpress.org/support/topic/saved_percent/#post-17696610)
 * Status: resolved