Hi,
We have a solution with AX integration and we experience some problems with the group (the customer only have one group for all products) not showing in the shop.
When I click into one of the products and click "related groups" the group is shown - if I then click the group from there and go see the location of the group, it is correctly set to "Produkter" shop. You can see this video: http://shrpa.dk/Files/Files/tmp/dw-integration-ecomgroup.swf
The XML response for the groups is:
<table tableName="EcomShopGroupRelation">
<item table="EcomShopGroupRelation">
<column columnName="ShopGroupGroupID"><![CDATA[90]]></column>
<column columnName="ShopGroupShopID"><![CDATA[SHOP5]]></column>
</item>
</table>
<table tableName="EcomGroups">
<item table="EcomGroups">
<column columnName="GroupID"><![CDATA[90]]></column>
<column columnName="GroupLanguageID"><![CDATA[DA]]></column>
<column columnName="GroupName"><![CDATA[Forbrugsvarer - Salg & Marketing]]></column>
</item>
<item table="EcomGroups">
<column columnName="GroupID"><![CDATA[90]]></column>
<column columnName="GroupLanguageID"><![CDATA[DE]]></column>
<column columnName="GroupName"><![CDATA[Forbrugsvarer - Salg & Marketing]]></column>
</item>
<item table="EcomGroups">
<column columnName="GroupID"><![CDATA[90]]></column>
<column columnName="GroupLanguageID"><![CDATA[EN-GB]]></column>
<column columnName="GroupName"><![CDATA[Forbrugsvarer - Salg & Marketing]]></column>
</item>
<item table="EcomGroups">
<column columnName="GroupID"><![CDATA[90]]></column>
<column columnName="GroupLanguageID"><![CDATA[FR]]></column>
<column columnName="GroupName"><![CDATA[Forbrugsvarer - Salg & Marketing]]></column>
</item>
<item table="EcomGroups">
<column columnName="GroupID"><![CDATA[90]]></column>
<column columnName="GroupLanguageID"><![CDATA[RU]]></column>
<column columnName="GroupName"><![CDATA[Forbrugsvarer - Salg & Marketing]]></column>
</item>
</table>
To me this looks like it should, but I'm not an expert in this area so maybe something is missing - that I'm missing :-)
If I go to the group in the way shown in the video and I save it - it shows up like it's supposed to, but the customer is going to have more groups in the future, so it's not a useful solution for them to go the groups in this way and save them, to make them show in the shop.
I've been looking in the database too and averything seems right.
Can anyone point me in the right direction here?