Skip to content
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

It should be possible to specify the channels for which a value handler can set values to #114

Open
LucaGallinari opened this issue Jan 17, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@LucaGallinari
Copy link
Member

This could be seen as an extension of #112.
It should be possible to specify one or more channels as an option of value handlers, so that these value handlers can set values only on channels specified in its options and not on all. This is necessary due to a limitation of Sylius: it's not possible to specify different values by channel for the same product attribute.
For example, if we have two channels on Akeneo, one for "Europe" and on for the "Rest of the world", we can set different values for the same attribute on Akeneo. But on Sylius this cannot be done, and the only workaround is to duplicate the attribute and use one for the "Europe" channel and one for the "Rest of the world". But we need to be able to import values from Akeneo accordingly, so that we set values for each attribute only for its "related" channel(s).

@lruozzi9 lruozzi9 added bug Something isn't working enhancement New feature or request labels Mar 2, 2022
@mmenozzi mmenozzi removed the bug Something isn't working label Aug 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants