Hi,
I have seen this post: https://kriesi.at/support/topic/change-product-hover-text/ and this works – but I guess when updating the theme, I will loose these changes. I have created a child theme, and verified it works by adding some CSS to the style.css and these changes shows just fine.
I then tried copying the config.php to a subfolder called config-woocommerce in my child theme, but this does not work :-( I also tried renaming the config-woocommerce folder to just woocommerce, but again no luck. Can you please help me with finding out where to put this config file in my child theme?
Thanks in advance.
Hey Semo-dk!
Child theme inheritance is not quite as simple as the codex or most people explain it. Replacing files only works when the file replaced is in the root folder, part of the WordPress core or if its pulled in as a template with get_template_part.
In this case however you can “translate” those strings using Codestyling since they are set to be translated: http://wordpress.org/plugins/codestyling-localization/
Best regards,
Devin