Sold out variable missing
-
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 the variable.php, but still have no clue.)
Thanks a lot.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Sold out variable missing’ is closed to new replies.