Problem/Motivation
If a product contains multiple groups of options, only the first group of options is saved to the database and displayed on the site.
Proposed resolution
The issue is occurring because the options are stored as a map field, but no properties are defined for the map, so only first array key (array ket 0) is allowed to be set and subsequent array keys are ignored.
Remaining tasks
Write a patch.
User interface changes
None.
API changes
None.
Data model changes
None.
Release notes snippet
All products will need to be re-sycned using the synchronization form by site owners in order to resave product options data.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 3151816-2.patch | 645 bytes | bobbygryzynger |
Comments
Comment #2
bobbygryzyngerThe attached patch ensures only the first array key is set with the options.
Comment #3
bobbygryzyngerComment #5
bobbygryzynger