Hi,
When importing groups in level 1 using following xml element, the SortOrder seems to be ignored:
****
<Shop>
<ID>SHOP1</ID>
<SortOrder>1</SortOrder>
</Shop>
****
as ShopGroupRelationsSorting is still 0 in the table EcomShopGroupRelation.
The sortorder should be ok according to the schema:
<!-- Shop is a replacement for Shops offering SortOrder, 06-29-2009 -->
<xs:element name="Shop" minOccurs="0" maxOccurs="1">
<xs:complexType>
<xs:all>
<xs:element name="ID" type="xs:string" minOccurs="1" maxOccurs="1" />
<xs:element name="SortOrder" type="xs:string" minOccurs="0" maxOccurs="1" />
</xs:all>
</xs:complexType>
</xs:element>
If the sorting is manually changed in backend and exported back into XML the value is set.
Am I doing anything wrong?
PS. Sorting groups on level 2 or more (subgroups) works as expected
Sincerely,
Jonas
Developer forum
Import/Export: No sorting on first level groups
Replies
You must be logged in to post in the forum