Product compare page text strings translations

This topic has 2 replies, 2 voices, and was last updated 9 minutes ago ago by Rose Tyler

  • Avatar: webshockstudio
    wssrob
    Participant
    February 12, 2025 at 04:07

    Dear support,
    is it possible to translate the text in the compare table / translate the strings for “image”, “excerpt”, in the first column on the left?
    Maybe they are standard woocommerce text strings…I usually know my way in css, html, php, but I could not find them anywhere in loco translate and in the theme files.

    I generally use a function in my functions.php to translate strings
    add_filter(‘gettext’, ‘translate_strings’);
    add_filter(‘ngettext’, ‘translate_strings’);
    function translate_strings($translated) {
    $translated = str_ireplace(‘text’, ‘translation’, $translated);
    }
    But I cannot use it as the terms in the compare table are too generic, and that would surely cause problems in the website.

    Thanks, kind regards!

    Files is visible for topic creator and
    support staff only.
    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    February 12, 2025 at 08:57

    Hello,

    Thank you for reaching out to us.

    Please check the translation of XStore Core plugin.

    Could you please provide temporary wp-admin and FTP access? We will check what can be done to help you.
    To grant WP-Admin access, please proceed to create a new user account with an administrator role through your WordPress Dashboard. Once the account is established, you may securely transmit the username and password to us via the Private Content section designated for this purpose.

    For FTP access, we require the following details: FTP host, FTP username, FTP password, FTP port, and FTP encryption type. If you need assistance in creating these credentials, please reach out to your hosting provider who will guide you through the process.

    Warm Regards,
    The 8Theme Team

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

You must be logged in to reply to this topic.Log in/Sign up

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