I just want to share my solution to multilanguage products in case you need that too.
I used this Plugin:
https://www.joomlack.fr/en/download-joo ... nguages-ck
and then I just added the language tags in the product description.
Code: Select all
{langck=de-DE}
german text to show
{/langck}
{langck=en-GB}
english text to show
{/langck}
Code: Select all
{langck=de-DE}Größe{/langck}{langck=en-GB}Size{/langck}
{langck=de-DE}Spezifikation{/langck}{langck=en-GB}Specification{/langck}
Cheers
Frank