Skip to content

Commit b3a4be2

Browse files
committed
Resolves smartstore#1030 Order export: does not export the data of the attribute combination
1 parent c798768 commit b3a4be2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Libraries/SmartStore.Services/DataExchange/Export/DynamicEntityHelper.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -939,6 +939,8 @@ private dynamic ToDynamic(DataExporterContext ctx, OrderItem orderItem)
939939

940940
dynamic result = new DynamicEntity(orderItem);
941941

942+
orderItem.Product.MergeWithCombination(orderItem.AttributesXml, _productAttributeParser.Value);
943+
942944
result.Product = ToDynamic(ctx, orderItem.Product);
943945

944946
return result;

0 commit comments

Comments
 (0)