I have set the field FilterColorOptions (Text Option field) in google shopping mapped to Color, but it doesn’t seem to reflect in googleshopping. Please find the screenshots attached.
Litium version: 7.5.0
Are there any errors logged from generating the feed?
Is the options field single or multi-select?
Also try with ?refresh=true on the url so new feed is generated.
Yes tried /priceagent.axd/googleshopping?refresh=true also
Its a single select field and I don’t see any errors in logs
Does it have value on Swedish?
And it’s the same field in both cases? Just double-checking because in one screen it’s called FilterColorOptions but in another Filter Color Options (with spaces).
Does the Options have translated Swedish value for colors?
I think the issue is that the options field itself is set to be multi-culture and the code expects a field that only stores one value regardless of language.
The default implementation expects a single-select non-multi-culture TextOption. The original issue was the multi-culture setting (since the variant was included but with incorrect value) and the latest error is from trying to map a single-select value from a multi-select option (this time the variant is skipped).
Okay. Thanks for the update.