Hi DW,
I have some issues when importing assortments:
- The assortments is only rebuilt with the EcomProvider - can this also be done with the DynamicwebProvider as we have a lot of data to import?
- It seems to me that the assortments is rebuilt after indexing the products which causes wrong informations to the be indexed
Please see this lines from the EcomProvider where indexing is done before rebuilding:
writer.cleanRelationsTables(sqlTransaction);
sqlTransaction.Commit();
ABasePovider.KillAll();
UpdateProductIndex(job);
writer.RebuildAssortments();
I hope for a soon fix for 8.6.1-branch as this causes some troubles for our client.
Best regards, Anders