Change wording product page - by ekuk - on WordPress WooCommerce support

This topic has 3 replies, 2 voices, and was last updated 10 years, 2 months ago ago by Eva Kemp

  • Avatar: ekuk
    ekuk
    Participant
    December 4, 2015 at 09:57

    Hi, on the product detail page I want to the wording ‘PRODUCT DESCRIPTION’ to ‘COURSE DESCRIPTION’. I can’t find it in the theme. anyone know where I should be looking?

    2 Answers
    Avatar: ekuk
    ekuk
    Participant
    December 4, 2015 at 10:10

    Never mind, sorted it. For anyone else trying to do this just add this to your functions.php

    add_filter(‘gettext’, ‘translate_text’);
    add_filter(‘ngettext’, ‘translate_text’);

    function translate_text($translated) {
    $translated = str_ireplace(‘PRODUCT DESCRIPTION’, ‘COURSE DESCRIPTION’, $translated);
    return $translated;
    }

    Avatar: Eva
    Eva Kemp
    Participant
    December 4, 2015 at 11:35

    Hello,

    We’re glad you’ve found the solution.

    Have a nice day.

    Regards,
    Eva Kemp.

  • Viewing 3 results - 1 through 3 (of 3 total)

The issue related to '‘change wording product page’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.