-
1
購買商品
-
2
確認訂單與付款
-
3
完成訂單
感謝您,您的訂單已成立!
訂單完成說明文字,訂單完成說明文字,訂單完成說明文字, 訂單完成說明文字,訂單完成說明文字。
訂單資訊
- 訂單編號: {{ $orderNumber ?? "WIP" }}
- 訂單日期: {{ $createdAt ?? "WIP" }}
- 合計金額: NT$ {{ $amount ?? "WIP" }}
- 寄送方式: @if(!empty($shippingType ?? "WIP")) {{ $shippingType ?? "WIP" }} @elseif($isSelf) 自取 @endif @if($isStorePickup ?? "WIP")
- 取貨門市:{{ $storeName ?? "WIP" }} @elseif($isHomeDelivery)
- 寄送地址:{{ $address }} @endif
- 付款狀態: {{ $paymentStatus ?? "WIP" }}
- 商品小計
- "WIP" {{--
- {{ $cartTotal($cartChannelValue) }} --}}
- {{ $shippingName }}
- {{ $logisticsPrice }}
- 優惠券折扣
- "WIP" {{--
- {{ $discount($cartChannelValue) }} --}}
- 訂單金額
- "WIP" {{-- NT${{ $orderTotal($cartChannelValue) }} --}}