There is a bug where product variations are imported, but not properly attached to the reference fields. This is causing all product displays to only have one variation, even if there are multiple.
The bug is covered in #2701333: Reference fields should extend MigrateSimpleFieldHandler.
Need to write a patch to use this patch, and test to ensure variations are properly imported.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | demo_migrations_not-2701341-2.patch | 2.77 KB | mglaman |
Comments
Comment #2
mglamanPR: https://github.com/commerceguys/commerce_kickstart/pull/192
Patch attached.
Comment #3
rszrama commentedThat patch worked for me w/ respect to importing demo store content.
Comment #5
mglaman