Hello all,
I am trying to extend the CatalogPublishing option in the eCommerce module.
I have a product list, which contains x-amount of products. These product do have multiple versions (one with English description(default), one with Danish etc.).
Now, I know they share productid as they are the same unique product but with different descriptions. However, I am stuck on the following scenario.
Ecommerce user gets a default list of products (english). And the ability to add the respective product to the catalog. When I preview the list, it renders the amount added nicely.
Though, when I change the language (from a dropdown setting LanguageID=IDOfDanishLang) I get the list of products with Danish descriptions - and again the ability to add to catalog. When I add to catalog (and ensuring it isnt the same productID as the previous English one added) -> it only shows me the 1 product just added from the Danish context.
My question is. Isn't possible to add products with different languages to the same catalog? The relation, in my scenrario, would be 1-1 - as I only want 1 product in 1 languague, and another in a second languague.. The user should be able to customize a list containing x amount of products (all unique) but in different languagues..
If there isn't any build in functionality, could someone then lead me in the way of how / where to extend the ecommerce API (if possible) to archieve this.
Hope it made a bit sense
Regards,
MikkelTO