I messed with this a bit more and it looks like the Buy button still works fine as long as I have more than 1 model with stock. If I have just one with stock then it does not show the dropdown list for models (I switched modelselector to be true so it would show the dropdown instead of radio button.) It would be nice to know why that is happening, but it appears that as long as I make sure I keep enough in stock that it should work.
However, I have a couple of other issues now. I would like to make the model dropdown and the quantity fields invisible or read-only if possible. It appears that setting up the models in this manner and only having one available per model messes up the ability to order a product with more than one in the quantity. If I attempt to increase it to 2 or more then it only puts one in my cart. If I try and change it at checkout it also will not allow it and puts it back to 1. I can live with this, but only if I can make the quantities where the user cannot edit them.
If they try to change the quantity and it does not work then that looks like a bug. If they are defaulted to 1 and cannot be changed then the user should realize that he has to just add more products to the cart one by one. Also, for my shop it will probably be pretty rare when someone wants to buy more than one at a time. I played around with this by trying to set the div visibility for the dropdown box. I wanted it to still be there, but not be visible, but it did not work and was still visible as before. I also tried getting rid of the NormalTextBox flag on the qty, but that also had no effect. Any ideas on how I make these two items either invisible, or read-only on both the product details page and on the cart summary page?
However, I have a couple of other issues now. I would like to make the model dropdown and the quantity fields invisible or read-only if possible. It appears that setting up the models in this manner and only having one available per model messes up the ability to order a product with more than one in the quantity. If I attempt to increase it to 2 or more then it only puts one in my cart. If I try and change it at checkout it also will not allow it and puts it back to 1. I can live with this, but only if I can make the quantities where the user cannot edit them.
If they try to change the quantity and it does not work then that looks like a bug. If they are defaulted to 1 and cannot be changed then the user should realize that he has to just add more products to the cart one by one. Also, for my shop it will probably be pretty rare when someone wants to buy more than one at a time. I played around with this by trying to set the div visibility for the dropdown box. I wanted it to still be there, but not be visible, but it did not work and was still visible as before. I also tried getting rid of the NormalTextBox flag on the qty, but that also had no effect. Any ideas on how I make these two items either invisible, or read-only on both the product details page and on the cart summary page?