webgriffe/SyliusAkeneoPlugin

Improve the product status handling by using the new Sylius 1.8 toggleable product variant

Closed this issue · 3 comments

Has stated here, currently the product status is set to disabled only if the Akeneo product is disabled and doesn't belong to a parent product model.

The problem is that in Sylius the product status is at product level and not (also) at product variant level; instead in Akeneo the status is only at product level and not at product model level.

So, in Akeneo, you could have only one disabled product variant for a parent product which have several other variants enabled. This situation couldn't be mapped currently on Sylius.

When this issue Sylius/Sylius#11115 will be merged in Sylius we'll be able to work this one.

Now that Sylius 1.8 is out with the toggleable product variant feature we can now implement this feature.

This is done with #14. Closing.