Viewing 7 reply threads
You must be logged in to reply to this topic.
Hello:
I am trying to translate this word (see image) with CRAZY TRANSLATE but that word does not appear in your subject. Can you tell me how I can translate it?
Hello,
Sorry but you haven’t sent any image.
Let me know.
Regards!
Hello,
Please you can translate this by editing this file: woocommerce/single-product-reviews.php
And change this string into:
<span class=""><?php echo '( '. $product->get_rating_count() . ' Reviews )'; ?></span>
in the 37 line.
Let us know.
Regards!
I also need to translate this sequence. When adding an article to the cart, the button changes to “ADDED” and after a few seconds to “ADD TO CART”. Where can I find these lines?
image 1 – https://ibb.co/mbizxK
image 2 – https://ibb.co/f9LexK
image 3 – https://ibb.co/ikBV4z
hello,
This isn’t a translation that can’t be done at the theme. You can translate this with Loco translator or you can check this article:
Let us know.
Regards!
These sequences are not found in Woocommerce words, because they are fully translated into Spanish.
If they enter the product initially the ADD TO CART button is translated, then they give it to ADD TO CART and the button changes to ADDED (without being able to translate) and after a few seconds it returns to ADD TO CART (but this time without translation ). This has never happened to me in woocommerce. Can you check it and help me?
Hello,
Sorry for the delay.
Please go to file functions.php and find this code (line 365):
'language' => array(
'added' => esc_attr__('Added', 'june'),
'add_to_cart' => esc_attr__('Add to Cart', 'june')
)
Change the text here.
Best regards!
You must be logged in to reply to this topic.