This topic has 4 replies, 2 voices, and was last updated 10 years ago ago by Eva Kemp
Hello, I need to add a icon “Sold” on product, but I don’t find how I do ?
Hello,
You can show “Out of stock” icon and it can be enabled in Theme Options > Shop > Enable “Out of stock” icon > On.
Then go to Products > select a product to edit and mark it’s “out of stock” in its settings.
Regards,
Eva Kemp.
Thanks, but I want to change “Out of stock” for “Sold”, when I installed WooCommerce Sold Out Products but it doesn’t work, pb of version, he want a 3.5 for wordpress. I want to change custom css and change “Out” for “Sold” and “of stock” > diplay:none.
And I have an other pb on a smartphone, this icon disappears
Hello,
If you want to change the text “Out of stock” to “Sold” you can edit the file wp-content/themes/royal/woocommerce/loop/sale-flash.php. We recommend to make changes in a child theme.
To display “Out of Stock” icon on a mobile device add this code into custom.css file:
@media (max-width: 480px) {.product-content-image .label-product {
display: block;
}}
Regards,
Eva Kemp.
The issue related to '‘Add "Sold" icon’' has been successfully resolved, and the topic is now closed for further responses