Viewing 5 reply threads
You must be logged in to reply to this topic.
I can not translate the word “SHOW” that appears on the category display page with “LOCO TRANSLATE”.
How can I translate it using code?
Or can we eliminate that visualization method?
I also have a problem on the payment method page in the summary of the total order “Total payable”, is poorly written and I have searched all Woocommerce files to translate using .POT and does not use any similar word. Can the theme be acting? Can you check it manually or in Loco Translate?
Hello,
The “Total Payable” you can translate it manually : woocommerce/checkout/review-order.php
About the show the only file that is present this string is: includes/codeless_builder/shortcodes/cl_blog.php
Check it out and let us know.
Regards!
We can completely eliminate this “SHOW” action?
https://ibb.co/nQrnOK
Hello,
You can remove this word by editing this file
/themes/june/includes/codeless_functions_woocommerce.php and find the line:
<label>Show</label>
And remove the line above.
Best Regards!
You must be logged in to reply to this topic.