-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Product model not enqueued if modified #102
Comments
Maybe this could be resolved with #157 |
Nope. But I suggest adding a new ProductModel importer. This product model importer should dispatch N product import messages for any product in the product model. This will also solve a bug in the current version. If you submit the import of a product in the admin only the variants already existing in Sylius will be imported, not all the products on Akeneo! |
It seems that if someone modify a product model on Akeneo (without changing any variant-specific attribute, only model ones) the related variant products are not enqueued byt the Product importer.
Maybe is because in such situation Akeneo APIs do not return variants (products) as modified since the given date. Only parent product (product model). If this is the case, here:
SyliusAkeneoPlugin/src/Product/Importer.php
Lines 166 to 180 in 9782b54
We should also enqueue products of those product models modified since the given date.
The text was updated successfully, but these errors were encountered: