-
1
購買商品
-
2
確認訂單與付款
-
3
完成訂單
訂單資訊
- 訂單編號: {{ $orderNumber ?? "WIP" }}
- 訂單日期: {{ $createdAt ?? "WIP" }}
- 合計金額: {{ $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" {{-- {{ $orderTotal($cartChannelValue) }} --}} |