Translate product category|tag title for JigoShop with qTranslate

admin

Administrator
Staff member
qTranslate creates additional language fields for products pages in JigoShop but not also for category|tags product as it does for posts.

If I put in the title of a menu item <!--:en-->title<!--:--><!--:fr-->title<!--:--> i'll get the translation I want. But when creting a new category|tag title the <!--:--> is striped out. How can I enable comments tags for cat|tag title?

Another option is to use [:en]Title[:fr]Titre in the same title field when creating a new category|tag product. On the admin panel I see the proper text for the language selected but for end user i see [:en]Title[:fr]Titre.

I found this link <a href="https://wordpress.stackexchange.com/questions/28165/translating-a-custom-taxonomy">https://wordpress.stackexchange.com/questions/28165/translating-a-custom-taxonomy</a> and according to this answer <a href="http://www.qianqin.de/qtranslate/forum/viewtopic.php" rel="nofollow noreferrer">http://www.qianqin.de/qtranslate/forum/viewtopic.php</a>? f=4&amp;t=2045&amp;start=0#p7380 I addet in functions.php

Code:
add_action('jigoshop_add_form', 'qtrans_modifyTermFormFor');
add_action('jigoshop_edit_form', 'qtrans_modifyTermFormFor');

Did not work. I don't see aditional translations fields for categories|tags in JigoShop.

The basic question is:

<strong>How do I translate product categories|tags in JigoShop using qTranslate?</strong>