• Hi,
    I need to translate the product description in english, but when I click update button on product page, not translated text is replaced with original text.

    Someone solved this issue?

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • I have the same problem with product short description, it seems the “text” and “visual” options don’t work with qtranslate plugin.

    Please need help…

    Thread Starter lasagnuz

    (@lasagnuz)

    Hi EdyMoar,
    you have to add this code to functions.php

    add_filter( 'wp_default_editor', create_function('', 'return "html";') );

    Bye bye

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin qTranslate]: Short Product Description translation issue’ is closed to new replies.