@extends('index') @section('content') {{__('custom.購物車')}} | {{__('custom.填寫資料')}} 1 {{__('custom.購物車')}} 2 {{__('custom.填寫資料')}} 3 {{__('custom.確認訂單')}} {{__('custom.填寫資料')}} {{__('custom.發票相關')}} {{-- --}} * {{__('custom.發票類型')}} {{__('custom.二聯式')}} {{__('custom.三聯式')}} {{__('custom.抬頭')}} {{__('custom.統編')}} * {{__('custom.寄送方式')}} {{__('custom.隨貨品寄送')}} {{__('custom.其他')}} {{__('custom.付款方式')}} * {{__('custom.出貨區域')}} @if ($lang == 1) {{__('custom.台灣地區')}} {{__('custom.中港澳地區')}} @else {{__('custom.海外地區')}} @endif {{__('custom.非臺灣地區配送方式請參閱')}} {{__('custom.購物指南')}} * {{__('custom.請選擇付款方式')}} 請選擇 @foreach ($payment as $paymentInfo) @if ($paymentInfo->payment_code == 'unionpay') @continue @endif {{trans('payment.'.$paymentInfo->payment_code)}} @endforeach * {{__('custom.請選擇配送方式')}} 請選擇 @foreach ($freight as $freightInfo) @if ($freightInfo->freight_code != 3) @if ($freightInfo->freight_code == 2 && !is_null($volumeTotal) && $volumeTotal < 105) {{$freightInfo->freight_title}} @else {{$freightInfo->freight_title}} @endif @endif @endforeach {{__('custom.收件人資料')}} {{__('custom.若您的商品是做為贈品,請在下方填寫贈送收件人聯絡資訊')}} {{__('custom.同訂購人')}} * {{__('custom.姓名')}} * {{__('custom.聯絡電話')}} {{__('custom.市話')}} * {{__('custom.請選擇付款方式')}} 請選擇 @foreach ($payment as $paymentInfo) @if($lang == 1) @if ($paymentInfo->payment_code == 'atm' || $paymentInfo->payment_code == 'credit' || $paymentInfo->payment_code == 'unionpay') {{trans('payment.'.$paymentInfo->payment_code)}} @endif @else @if ($paymentInfo->payment_code == 'credit') {{trans('payment.'.$paymentInfo->payment_code)}} @endif @endif @endforeach * {{__('custom.請選擇配送方式')}} 請選擇 @foreach ($freight as $freightInfo) @if ($freightInfo->freight_code == 3) {{trans('freight.'.$freightInfo->freight_slug)}} @endif @endforeach {{__('custom.收件人資料')}} {{__('custom.若您的商品是做為贈品,請在下方填寫贈送收件人聯絡資訊')}} {{__('custom.同訂購人')}} * {{__('custom.姓名')}} * {{__('custom.聯絡電話')}} {{__('custom.市話')}} * {{__('custom.地址')}} {{__('custom.若您使用順便智能櫃 ,請至')}} {{__('custom.順便智能櫃')}} {{__('custom.查詢後,回填點碼及地址。')}} {{__('custom.訂單備註')}} {{__('custom.備註')}} {{__('custom.上一步')}} {{__('custom.下一步')}} @endsection @section('javascript') @endsection
{{__('custom.購物車')}}
{{__('custom.填寫資料')}}
{{__('custom.確認訂單')}}
* {{__('custom.發票類型')}}