DynamicWeb Build:9.15.13
When using the combine feature, I noticed that when products are combined as variants, the individual variants inherit the product fields from the default variant. As you can see below, values such as Weight and ProductDefaultUnitId were cloned from the default variant, which effectively corrupts the data in those other lines.
Before:
After:
One problem I ran into due to this is that live prices will temporarily not display correctly on the frontend because of the DefaultUnitId change at the variant level. Also if these products were to be extracted / uncombined, the original fields would be gone. Is this the intended behavior?
Once the product data is refreshed from the ERP using Product Number as a primary key the fields are repopulated with the correct values. Even still, I would like to avoid this temporary state altogether.
Can you please advise?