Interactivity API: Variation options disabled
-
This issue is critical and currently blocks purchases on production stores.
There is already an open issue for this problem: #63430, but it has been open for over a month without a fix, and the problem affects real stores using the
woocommerce/add-to-cart-with-optionsblock.I can confirm that the issue is broader than described.
If an attribute (including taxonomy-based attributes) contains non-ASCII characters, for example:
“Ilość” (Polish), all variation options become disabled.
Options (e.g., “10 ml”, “150 ml”) are rendered but cannot be selected.From debugging,
isOptionDisabledis triggered for all options.Steps to reproduce:
- Create a variable product
- Use an attribute (taxonomy) named “Ilość”
- Add variation values (e.g., “10 ml”, “150 ml”)
- Generate variations and set prices
- Open product page using
woocommerce/add-to-cart-with-optionsblock
Actual result:
All variation options are disabled (unclickable): https://prnt.sc/UkZAgS0KLXaPExpected result:
Options should be selectableNote:
This is not just about spaces — any diacritics (e.g., Polish characters like “ść”) trigger the issue.
If possible, this needs prioritization, as it directly prevents purchases.Best Regards,
Vania
You must be logged in to reply to this topic.