Home / Forums / WoodMart support forum / Sale Label
Home › Forums › WoodMart support forum › Sale Label
Sale Label
- This topic has 9 replies, 2 voices, and was last updated 9 months, 3 weeks ago by
Aizaz Imtiaz Awan.
-
AuthorPosts
-
August 31, 2025 at 11:30 pm #683477
ha21cnParticipantThe Sale Label does not display the discount percentage. How can I display the discount percentage? If the discount percentage cannot be displayed, how can I hide the label?
September 1, 2025 at 2:35 pm #683629Hello,
Navigate to Theme Settings -> Shop -> Product labels, and enable the option “Sale” label in percentage.
Once enabled, the SALE label will show as a percentage instead of just the default text — as shown in this screenshot: https://prnt.sc/yekNoMaaupDx
Result: https://postimg.cc/qh6hGz8x
Best Regards,
September 2, 2025 at 2:04 am #683764
ha21cnParticipantI have enabled it, but it has no effect.
September 2, 2025 at 1:20 pm #683888Hello,
Sorry to hear about the inconvenience. Kindly, please share your Site WP-ADMIN Login details in the Private Content field so that we can check this concern on your Site and help you out accordingly.
Best Regards,
September 4, 2025 at 2:00 am #684267
ha21cnParticipantI have created an administrator account for you. If the problem persists, I would like to know how to hide the Sale Label.
September 4, 2025 at 10:22 am #684341Hello,
For testing the issue, I have added the sale price in one of your products, and the sale label shows fine in percentage.
See Screenshot for clarification: https://postimg.cc/V0Nnc63Q
Please try adding the sale price to your products and check the issue after completely clearing the cache.
Best Regards,
September 5, 2025 at 3:29 am #684544
ha21cnParticipantThere are promotions on our website, but your amount has not reached a certain level. When the product reaches a certain amount, you will see the Sale Label instead of the percentage.
I have recorded the operation process and the situation where the problem occurs.September 5, 2025 at 10:01 am #684614Hello,
From what I can see, the percentage sale label only works when a regular price and a sale price are both set on the product itself. If your discount is applied through promotions, then the theme’s built-in percentage calculation will not detect it — it only calculates based on the regular/sale prices.
If you are using a dynamic pricing plugin, you can disable the default “Sale” label under Theme Settings -> Shop -> Product Labels and instead display a custom badge or message using your plugin.
Best Regards,
September 5, 2025 at 11:03 am #684647
ha21cnParticipantI tried turning off the Sale Label as you suggested, but it didn’t work.
https://ibb.co/VWYHFj3B
https://ibb.co/CpC8mmFSSeptember 5, 2025 at 2:48 pm #684692Hello,
Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
.onsale.product-label { display: none !important; }Best Regards,
-
AuthorPosts
- You must be logged in to create new topics. Login / Register