No products in the cart message translate
-
Hello Guys,
I would like to translate the “No products in the cart” message in my homepage, when I click on the cart. I tried with this code , but after update, its not working.
Could you help me, how can I translate that text?
function change_no_product_text($translated) { $translated = str_ireplace('No products in the cart.', 'TRANSLATED TEXT HERE', $translated); return $translated; } add_filter('gettext', 'change_no_product_text' );
I tried with this.
Thank you!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘No products in the cart message translate’ is closed to new replies.