function addToCart(product_id) {
    window.location.href = '/koszyk.html?id='+product_id+'&qty='+$('#produkt_'+product_id+'_ilosc').val();
}
