Tagged: x
-
AuthorPosts
-
December 17, 2016 at 10:58 am #1296645
intveldParticipantHi guys,
I would like to change the text in a button on my product page (WooCommerce). The text is translated in Dutch.
I work with Attributes (Size). And where you see ‘Een optie kiezen’ I would like to see ‘Kies je maat’. See the attachment.Do you know how I can change this text?
Thanks,
TonDecember 17, 2016 at 11:15 am #1296651
ThaiModeratorHi There,
Please provide us with your website URL so we can take a closer look.
Thanks.
December 17, 2016 at 1:35 pm #1296696
intveldParticipantThis reply has been marked as private.December 17, 2016 at 8:10 pm #1296888
Rue NelModeratorHello There,
Thanks for providing the url. Since the child theme is set up, please add the following code in your child theme’s functions.php file
// Translate texts // ============================================================================= function translate_texts($translated) { $translated = str_ireplace('Een optie kiezen', 'Kies je maat', $translated); return $translated; } add_filter('gettext', 'translate_texts' ); // =============================================================================Hope this helps. Kindly let us know.
December 19, 2016 at 1:05 pm #1298524
intveldParticipantHelemaal goed = great!
Many thanks.
Happy holidays!Ton
December 19, 2016 at 1:19 pm #1298540
JoaoModeratorGlad to hear it and happy holidays for you as well! 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1296645 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
