1

{{__('custom.購物車')}}

2

{{__('custom.填寫資料')}}

3

{{__('custom.確認訂單')}}

{{__('custom.購物車')}}

{{__('custom.商品資料')}}
{{__('custom.單價')}}
{{__('custom.數量')}}
@foreach ($cartData['products'] as $cartInfo)
{{$cartInfo['product_name']}}
$NT. {{number_format($cartInfo['product_price'])}}
@endforeach @foreach ($cartData['gifts'] as $giftInfo)
{{$giftInfo['gift_name']}}
$NT. 0
1
@endforeach
@if(Auth::check())

{{__('custom.訂單資訊')}}

member_sex == 2 ? 'checked' : ''}}>
member_sex == 1 ? 'checked' : ''}}>

{{__('custom.訂單小計')}}

{{__('custom.使用優惠碼')}}
{{--
使用紅利點數
--}} {{--
--}} {{-- --}} {{--
*每10點可折$1元,請以10為單位
--}}

{{__('custom.結帳金額')}}

{{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}} {{-- --}}
{{__('custom.小計')}} NT$ {{number_format($cartData['total_detail']['product_total_price'])}}
{{__('custom.優惠碼折扣')}} - NT {{number_format($cartData['total_detail']['coupon_price'])}}
{{__('custom.優惠活動折扣')}} - NT ${{number_format($cartData['total_detail']['preferential_price'])}}
紅利折扣- NT $1,240
{{__('custom.運費')}}{{number_format($cartData['total_detail']['freight_price']) ?: __('custom.免運')}}
{{__('custom.合計')}} NT$ {{number_format($cartData['total_detail']['total_price'])}}
@if($cart_count <= 0) {{ __('custom.繼續購物') }} @else {{ __('custom.前往結帳') }} @endif
@else

{{__('custom.訂單小計')}}

{{__('custom.結帳金額')}}

{{__('custom.小計')}} NT$ {{number_format($cartData['total_detail']['product_total_price'])}}
{{__('custom.合計')}} NT$ {{number_format($cartData['total_detail']['total_price'])}}
@if($cart_count <= 0) {{ __('custom.繼續購物') }} @else {{ __('custom.請先登入') }} @endif
@endif