Replies: 0
I have set 3 variables of size (S | M | L)
After I change the stock quantity of variable S to 0 (i.e. out of stock), normally, the variable S button would become disabled:
<input type=”radio” name=”attribute_size” value=”S” id=”size_v_S” disabled=”disabled”>
So the S size button is still visible and I can grey out the button.
But somehow, of some products (not every product), the variable S’s radio button is missing.
I want to add the code: <input type=”radio” name=”attribute_size” value=”S” id=”size_v_S” disabled=”disabled”> back to my product page, please teach me how. (I tried modified your variable.php, but still have no clue.)
Thanks a lot.