This topic has 3 replies, 2 voices, and was last updated 1 years ago ago by Niddy
Hi
Is it possible to have the sale label assigned to products in a clearance category – without actually putting a sale / standard price in the general product data field?
Essentially, we want to utilise the sale label feature on a category, showing only the actual sale price. The label auto-appears when you add a sale price, but then the product shows both prices and we do not want this – we only want to show the price – not the old / crossed out price.
Is this possible?
So there are two options to consider –
1. Use the sale label without adding two prices – setting it by category only within the product builder;
or
2. Add both prices, but then a function to hide the original price (crossed out one) so it only shows the actual sales price?
Please advise as this would be really useful.
Thanks
Hello, Niddy,
Thank you for contacting us and for using XStore.
1/ There is no such possibility.
2/ Try to use the next custom CSS code:
.content-product .price del {
display: none;
}
.content-product .price ins {
display: block;
}
Kind Regards,
8theme team
Thanks for the css – this hides it in shop / category pages but not the specific product itself.
I managed to do it using dynamic price content and using the feature to show sale price only. Nice one 🙂
Thanks as always 🙂
The issue related to '‘Add sale label to products in a specific category with a custom product builder layout’' has been successfully resolved, and the topic is now closed for further responses