Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #128101

    Mr. X
    Participant

    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.

    #128203

    Rad
    Moderator

    Hi 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.

    #327253

    NightFox
    Participant

    Hi 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

    #327268

    Christopher
    Moderator

    Hi there,

    Please add the following code in Customize -> Custom -> JavaScript :

    jQuery(".related.products h2").html("test");

    Hope it helps.

    #327285

    NightFox
    Participant

    Thanks alot, awesome, greatly appreciated!

    #327288

    Christopher
    Moderator

    Glad we could help you with this.