Theme: Trade
On the quick-order-list.liquid snippet, I would like the quantity of every product variant to be validated any time the quantity for one variant is updated. As it is, they are all only validated on refresh, and each variant’s quantity is individually validated when its changed. I’m assuming quick-order-list.js handles this, but I’m not sure where or how to modify it in order to achieve this result.
Thanks