Hey Everyone,
I’ve got a weird bug, my liquid code has to check that a variant value is equal to ‘Size’ as defined by my user. when the condition is met my liquid code runs, if its not met then there is no result.
Problem is, this store is translated in many language English, French, Italian and Greek. When you switch the language of the website, the variant value Size on his products is translated to the correspondent language chosen.
My liquid code runs on his English version, french and Italian, but when It comes to Greek. It runs for most product and for some products it doesn’t run, I checked that the products variants he wrote have the same translation for ‘Size’ and still I cannot understand where the bug comes from. My liquid code is error free, as I was able to run it on multiple stores except this one.
I don’t know where to look to investigate more. Did anyone met a similar error like this one related to the translation of a website?
Thanks!