This topic has 6 replies, 2 voices, and was last updated 9 years, 11 months ago ago by Robert Hall
Hello,
¿Can you give me please some advice how to change the text of the SALE and OUT OF STOCK badges for the products? I have already changed all related text on the .po and .mo files but still no love 😉
Thanks in advance.
Hello,
You can edit this strings in \themes\royal\woocommerce\loop\sale-flash.php file on line 18 and 33
Regards,
Robert Hall.
Please take a look:
Please try to find following code in \themes\royal\woocommerce\loop\sale-flash.php file on line 18 and 33 and you can changes.
<div class="sale"><?php _e('Sale', ETHEME_DOMAIN); ?></div>
<div class="bigT"><?php _e('Out', ETHEME_DOMAIN) ?></div> <?php _e('of stock', ETHEME_DOMAIN) ?>
Regards,
Robert Hall.
Thanks a lot, that did the trick. You can flag this topic as solved 😉
Regards,
Sergio
Merry Xmast
You’re welcome!
If you have any questions please feel free to contact us.
Regards,
Robert Hall.
The issue related to '‘Translate text in Sale and Out of stock badge’' has been successfully resolved, and the topic is now closed for further responses