You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey there!
I am dealing with the following situation: In Akeneo I have a product model with a variant of 1 axis. The product model has a common attribute named Image, and the axis has another attribute named ImageVariant.
When I import them to Sylius, the common Image gets imported n times as existent variants.
Shouldn't it get imported only once, as it is a common attribute?
This is how I configured the import of those attributes in webgriffe_sylius_akeneo_plugin.yaml
Hey there!
I am dealing with the following situation: In Akeneo I have a product model with a variant of 1 axis. The product model has a common attribute named
Image
, and the axis has another attribute namedImageVariant
.When I import them to Sylius, the common
Image
gets importedn
times as existent variants.Shouldn't it get imported only once, as it is a common attribute?
This is how I configured the import of those attributes in
webgriffe_sylius_akeneo_plugin.yaml
Have I mistaken something in my configuration? Or is it a matter of enhancement of the plugin. Thanks in advance.
Best regards.
The text was updated successfully, but these errors were encountered: