:::

5-8 resources\views\product\add2cart.blade.php

$('.btn-add-to-cart').click(function () {
    console.log($(this).data('id') + ' = ' + $('input[name=amount]').val());
    axios.post('{{ route('cart.store') }}', {
        product_id: $(this).data('id'),
        amount: $('input[name=amount]').val(),
    })
        .then(function () { // 請求成功時執行:
            swal('加入購物車成功', '', 'success').then(function() {
            location.href = '{{ route('cart.index') }}';
            });
        }, function (error) { // 請求失敗時執行:
            @guest
            swal('請先登入', '', 'error');
            @endguest

            @auth
            swal('系統錯誤', '', 'error');
            @endauth
        })
});

 


:::

書籍目錄

展開 | 闔起

快速登入


https%3A%2F%2Fcampus-xoops.tn.edu.tw%2Fmodules%2Ftad_book3%2Fpage.php%3Ftbdsn%3D1531%26tbsn%3D45

計數器

今天: 3816381638163816
昨天: 2489248924892489
總計: 8025798802579880257988025798802579880257988025798