Background of the issue:
I am trying to translate WooCommerce products. In the French (default) language, product variations appear normally on the frontend. However, when I translate a product, the variations do not appear in the dropdown menu.
Steps to replicate the issue:
1. Add this product to the cart: hidden link. The attributes load correctly, as shown here: hidden link.
2. Add the translated version of the product to the cart: hidden link. The attributes do not load, as seen here: hidden link.
I also tried creating a product directly in Arabic, and it worked fine hidden link. Please note that the issue only occurs with translated products.
This is how the original product attributes and variations appear in the backend: hidden link hidden link
And here is how the translation looks in the backend: hidden link hidden link
Symptoms:
In the translated version, the attribute terms are not explicitly listed in the backend. Instead, it simply says 'Any ...' which could be causing the issue with the variations not appearing in the dropdown menu on the frontend.
Questions:
Why do the translated product variations not appear in the dropdown menu?
How can I ensure that translated product attributes load correctly?