Skip to Content
0
Former Member
Jun 13, 2018 at 04:33 PM

Product Feature Syncronisation order

53 Views

When synchronizing the Staged catalog to online with products that have mutliple values for the same classificationAttributeAssignment assigned (color: value) (fp: FeaturePosition, vp: ValuePosition)

  • color: Top-Color-Red (fp:1vp:0)

  • color: Back-Color-Green (fp:1vp:1)

  • color: Bottom-Color-Yello (fp:1vp:2)

the online product gets continuous FeaturePositions assigned in an unpredictable way:

  • color: Top-Color-Red (fp:2vp:0)

  • color: Back-Color-Green (fp:1vp:1)

  • color: Bottom-Color-Yello (fp:3vp:2)

which messes up their order. Assigning a Feature-Position beforehand doesn't change this behaviour. I guess this has to do with the way, how the items are loaded from the DataBase. I haven't found a solution around this. - Before debugging the Sync or the access to the persistance layer during syncronisatzion