@extends($site_path.'.layouts.default') @section('head') {{ HTML::script($site_path.'/js/libs/zipcode/jquery.twzipcode.js') }} {{ $site_name }} @stop @section('content')

填寫出貨資訊

  • 1選購商品
  • 2確認數量
  • 3填寫出貨資訊
  • 4訂單確認
  • 5完成
@foreach ($shopping as $element) @endforeach @if ($shipping_free_show) @endif
產品名稱 單價 規格 數量 運費 小計
{{ $element['name'] }} ${{ $element['price'] }} {{ $element->products->spec }} {{ $element['qty'] }} {{ $element['shipping'] }} {{ $element['sub_total'] }}
運費 {{ $cart_freight }}
滿{{ $cart_freight_free }}免運費
總計 {{ number_format($cart_total_price) }}
{{ Form::model($inputs) }}

基本資料

first('username', ' class="has-error"') }}> {{ Form::input('text','username', null, array('id' => 'username', 'class' => 'form-control', 'required' => 'required')) }} {{ $errors->first('username', '

:message

') }}
first('gender', ' class="has-error"') }}>
{{ $errors->first('gender', '

:message

') }}
first('tel', ' class="has-error"') }}> {{ Form::input('text','tel', null, array('id' => 'tel', 'class' => 'form-control', 'required' => 'required')) }} {{ $errors->first('tel', '

:message

') }}
first('address', ' class="has-error"') }}>
{{ Form::input('text','address', null, array('id' => 'address', 'class' => 'form-control', 'required' => 'required')) }} {{ $errors->first('address', '

:message

') }}
{{ Form::label('username', '姓名') }}
{{ Form::label('gender', '性別') }}
{{ Form::label('tel', '電話') }}
{{ Form::label('address', '地址') }}
{{ Form::label('invoice_title', '發票抬頭') }} {{ Form::input('text','invoice_title', null, array('id' => 'invoice_title', 'class' => 'form-control')) }}
{{ Form::label('invoice', '統一編號') }} {{ Form::input('text','invoice', null, array('id' => 'invoice', 'class' => 'form-control')) }}
{{ Form::label('user_remark', '備註') }} {{ Form::textarea('user_remark', null, array('id' => 'user_remark', 'cols' => 30,'rows' => 10, 'class' => 'form-control')) }}

收件人資料

first('recipient_name', ' class="has-error"') }}> {{ Form::input('text','recipient_name', null, array('id' => 'recipient_name', 'class' => 'form-control', 'required' => 'required')) }} {{ $errors->first('recipient_name', '

:message

') }}
first('recipient_tel', ' class="has-error"') }}> {{ Form::input('text','recipient_tel', null, array('id' => 'recipient_tel', 'class' => 'form-control', 'required' => 'required')) }} {{ $errors->first('recipient_tel', '

:message

') }}
first('recipient_address', ' class="has-error"') }}> {{ Form::input('text','recipient_address', null, array('id' => 'recipient_address', 'class' => 'form-control', 'required' => 'required')) }} {{ $errors->first('recipient_address', '

:message

') }}
{{ Form::label('recipient_name', '收件人姓名') }}
{{ Form::label('recipient_tel', '收件人電話') }}
{{ Form::label('recipient_address', '收件人地址') }}

選擇收件時間

選擇付款方式

繼續購物
{{ Form::close() }}
@stop @section('side')
購物車
@stop