webgriffe / SyliusAkeneoPlugin

Plugin allowing to import data from Akeneo PIM to your Sylius store.
https://webgriffe.github.io/SyliusAkeneoPlugin/
MIT License
23 stars 2 forks source link

Import/update Sylius product option values #187

Closed lruozzi9 closed 11 months ago

lruozzi9 commented 11 months ago

The Sylius product option values are imported/updated only with the product importer. But, if you change a label on the attribute used as variant axe you will never see the change reported in Sylius until you do not make any change to one of the products that belongs to that family variant. Instead, the attribute values are currently updated one time every hour. So, why not even the product options?

The AttributeOptions/Importer will be a good candidate to do this! What do you think @webgriffe/wg-devs?