woocommerce.min.js
339 Bytes
jQuery(function (a) {
a(".woocommerce-ordering").on("change", "select.orderby", function () {
a(this).closest("form").submit()
}), a("input.qty:not(.product-quantity input.qty)").each(function () {
var b = parseFloat(a(this).attr("min"));
b >= 0 && parseFloat(a(this).val()) < b && a(this).val(b)
})
});