
function update_cart_from_modal(product_cart_key,product_cart_qty){
    console.log(product_cart_key + '  ' + product_cart_qty);
    var url_to_update_cart_item =  'https://www.thoitranganchi.vn/gio-hang/?change=' + product_cart_key + '---' + product_cart_qty;
    window.location.href = url_to_update_cart_item;
}





//cấu hình cookie để kiểm tra utm_source
//kiểm tra đã có cookie hay chưa bằng php -- nếu chưa có thì tạo mới theo query ?utm_source=

var cookie_value = 'truy_cap_tu_nhien';
console.log('gia trị cookie:' + cookie_value);





