-
AuthorPosts
-
October 19, 2014 at 4:02 pm #128101
Try to change the Related Products text below a product
found this:
http://www.kriesi.at/support/topic/change-related-product-text/========================
try to open up your wp-content/plugins/woocommerce/templates/single-product/related.php file.Around line 12 you´ll find this:
Code:
<div class=”related products”><h2><?php _e(‘Related Products’, ‘woocommerce’); ?></h2>Change the ‘Related Products’ to whatever you want but remember that is.
========================Changing ‘Related Products’ into ‘other text’ in the related.php doesnt work.
Can you help us out? Thank you.
October 19, 2014 at 9:47 pm #128203Hi Mr. X,
Thanks for posting in 🙂
That should be under /wp-content/themes/x/woocommerce/single-product/ and not at /wp-content/plugins/woocommerce/templates/single-product/
Hope this helps.
July 11, 2015 at 5:04 am #327253Hi there,
Is it possible to change the ‘related products’ text via the X child theme?
Looking for a way around the typical hard coded WC php doc change – looking forward to your thoughts, thx so much
July 11, 2015 at 5:51 am #327268Hi there,
Please add the following code in Customize -> Custom -> JavaScript :
jQuery(".related.products h2").html("test");
Hope it helps.
July 11, 2015 at 6:27 am #327285Thanks alot, awesome, greatly appreciated!
July 11, 2015 at 6:36 am #327288Glad we could help you with this.
-
AuthorPosts