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
But what if a sales channel has multiple languages configured? Wouldn't it be better to use the language from current sales channel instead of a config value? Such as:
We think using the language settings from the sales channel as you suggested is correct.
However, at the moment, it looks like the module supports only ONE language, the one configured in the module settings.
The correct request would be: "Support multilanguage based on the configured languages in the sales channel."
In following place the language from system config is used:
shopware6-connect/src/Service/MakairaProductFetchingService.php
Line 103 in 9da9049
But what if a sales channel has multiple languages configured? Wouldn't it be better to use the language from current sales channel instead of a config value? Such as:
In
$language
we got something like 'de' or 'en'. Singe the config value is not used in any other place, it then can be removed.I can make a pull request, if you agree with this.
The text was updated successfully, but these errors were encountered: