function changeQuantity (product_id) {
    $('#quantityForm'+product_id).submit();
}
    

