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
Currently the "direct" parent of a product is created / retrieved when importing products with more than one variant.
Sylius doesn't support the two levels of Akeneo, but it does support multiple options, generating a variant of the combinations.
On import the options are resolved in ProductOptionsResolver by only considering the first tier.
Likewise, in Product\Importer and ProductAssociations\Importer only the "direct" parent of a variant is considered (1st axis variant if 2nd axis) instead of the root product.
We've changed the importers / option resolver to check the parent of a parent and also to import all options locally. This works well because the 2nd tier variantCode matches the Akeneo code anyway.
What's your take on this?
Are you planning on supporting the second Akeneo variant axis level?
The text was updated successfully, but these errors were encountered:
Sorry, we stopped using Sylius because their rate of development, acceptance of already approved PRs and appalling handling of confirmed serious bugs (e.g. in invoicing) were just too much to handle in the long run.
We had so many forks and bug fixes to track locally (with many @see SyliusBugTracker that it became a matter of weeks to update to newer versions.
Feel free to close this issue if you don't think it's relevant to you and thank you very much for the great cooperation! Really appreciate it!
Currently the "direct" parent of a product is created / retrieved when importing products with more than one variant.
Sylius doesn't support the two levels of Akeneo, but it does support multiple options, generating a variant of the combinations.
On import the options are resolved in
ProductOptionsResolver
by only considering the first tier.Likewise, in
Product\Importer
andProductAssociations\Importer
only the "direct" parent of a variant is considered (1st axis variant if 2nd axis) instead of the root product.We've changed the importers / option resolver to check the parent of a parent and also to import all options locally. This works well because the 2nd tier variantCode matches the Akeneo code anyway.
What's your take on this?
Are you planning on supporting the second Akeneo variant axis level?
The text was updated successfully, but these errors were encountered: