Greg_pns Posted June 2 Share Posted June 2 (edited) Hello everyone, Is there a way for me to translate some pieces of text on my shop ? I have a bilingual website built thanks to BradGood's guide. On this product : https://gregoirepansu.com/fr/tirages-dart/p/eclaircie-au-cur-de-lorage you can see that, even though it is in the french version of the website, it still says "size" "select size" "frame" "select frame". Is there a way to target and translate those for all the products, but using Java ? So that I can insert the code in the Javascript language loop, which will allow it to only work on the french products (If lang=fr ... etc). Thank you so much ! Edited June 9 by Greg_pns Link to comment
tuanphan Posted June 3 Share Posted June 3 Hi, I don't see text on this product. Can you check it again? https://gregoirepansu.com/fr/tirages-dart/p/eclaircie-au-cur-de-lorage Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Greg_pns Posted June 4 Author Share Posted June 4 21 hours ago, tuanphan said: Hi, I don't see text on this product. Can you check it again? https://gregoirepansu.com/fr/tirages-dart/p/eclaircie-au-cur-de-lorage Hello, I worked on my url mapping recently and changed the URLs, so that's why the link doesn't work anymore. Here is a correct one : https://gregoirepansu.com/fr/tirages-art/p/reflets-dor I managed to translate some stuff, but for other words I just can't find a solution... Thank you so much ! Link to comment
Solution tuanphan Posted June 8 Solution Share Posted June 8 Add to Last Line in Code Injection > Footer <script> $(document).ready(function(){ $(".variant-option-title").html(function() { return $(this).html().replace("Size:", "new size"); }); $(".variant-option-title").html(function() { return $(this).html().replace("Frame:", "new frame"); }); }); </script> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment