消費詳情
訂購詳情
- 訂單編號: {{ $orderNo }}
- 物流單號: {{ $logisticsNumber }}
- 訂單日期: {{ $createdAt }}
- 合計金額: NT{{ $total }} @if(!empty($shippingType))
- 寄送方式:{{ $shippingType }} @elseif($isSelf)
- 寄送方式:自取 @endif @if($isStorePickup)
- 取貨門市:{{ $storeName }} @elseif($isHomeDelivery)
- 寄送地址:{{ $address }} @endif @if ($order->source_key === "normal")
- 付款狀態: {{ $paymentStatus }} @elseif($order->source_key === "groupBuying")
- 付款狀態: {{ $processMessage }} {{ $process }} @elseif($order->source_key === "limitTimePreorder")
- 付款狀態: {{ $paymentStatusForLimitTimePreorder }} @endif @if($isGoToPay) @endif
- 商品 / 規格
- 單價
- 數量
- 價格
-
@foreach($detailProducts as $detailProduct)
-
- target_product_id) }}" class="text-decoration-none text-brown01"> {{ $detailProductTitle($detailProduct) }}
- NT{{ $detailSalePrice($detailProduct) }}
- {{ $detailQuantity($detailProduct) }}
- NT{{ $detailSubTotal($detailProduct) }}
@endforeach
-
- 商品小計
- {{ $productAmount }}
- 運費
- {{ $shippingAmount }}
- 優惠券折扣
- {{ $discountAmount }}
- 訂單金額
- NT{{ $orderTotal }}