Can anyone give me a clue as to why this might be happening and more pressing how to prevent it?
When I first load the checkout page the quantity field is editable and otherwise acts like a regular input field. But when I change the value in the field and tab out of it it changes to 'Qty: x" where x is the quantity I input and the field is no longer editable.
Since this isn't something that is in the template code I can't quite figure out where to prevent this. It's obviously changing behind the scenes as some Javascript somewhere picks it up and changes it dynamically into a non-editable field.
It's possible that I messed up something in my template customization's which are my responsibility but I am hoping someone can at least point to how I can prevent this so that I can focus my efforts on code that is relevant as opposed to running around all over the place clueless.
Thanks.
Carlos
PS. I am whispering the store name and the template I am caching in case anyone wants to take a look.
When I first load the checkout page the quantity field is editable and otherwise acts like a regular input field. But when I change the value in the field and tab out of it it changes to 'Qty: x" where x is the quantity I input and the field is no longer editable.
Since this isn't something that is in the template code I can't quite figure out where to prevent this. It's obviously changing behind the scenes as some Javascript somewhere picks it up and changes it dynamically into a non-editable field.
It's possible that I messed up something in my template customization's which are my responsibility but I am hoping someone can at least point to how I can prevent this so that I can focus my efforts on code that is relevant as opposed to running around all over the place clueless.
Thanks.
Carlos
PS. I am whispering the store name and the template I am caching in case anyone wants to take a look.