Quote:
Originally Posted by SID357
Like you have:
Shirt Color: Select Color
Shirt Size: Select Size
The JS gives an error on those if selected. But, you still have to assign a "Quantity in stock" to those two variants. So, that quantity never changes because they can't be selected. But every variant under those that CAN be selected changes the quantity.
Basically, if you put in 10 for the above fields, and you actually only have 2 items in stock it looks pretty messed up.
That make any sense? Kinda of confusing to explain.
|
I see what you mean. You have to add a Quantity to your "select" variants even though they can't be purchased, otherwise if you have "disable products that are out of stock" checked it won't show up. Then, if all of your "colors" and "sizes" are "out of stock" (quantity = 0) your product still shows up because you still have some "Select Colors" and "Select Sizes" left in stock ( quantity ne 0) even though the customer can't purchase any of this product. You're right, pretty messed up.