The automatic disabling of combinations are sometimes misleading for the shoppers. It's preventing the shoppers from selecting an available combination once another combination is selected. It's even visible in the demo project, to reproduce: - Go to https://demo.vercel.store/product/acme-geometric-circles-t-shirt - Select combination BLACK+L - Now you can not change your mind to WHITE+M, while it's a valid in-stock combination https://github.com/user-attachments/assets/a760071c-1d24-4820-8614-13f33ed08b2c Other notes - Even refreshing the page won't help the desperate shopper as the selections are stored in the URL 😄 - Tricking the selector by for example switching to S, then WHITE, then M can work! - You'll have the same situation for going the reverse, from WHITE+M to BLACK+L