@php use App\Enums\PaymentType; @endphp @extends('foreground.layouts.frame') @section("titleBanner") Banner描述 @endsection @section("scripts") @endsection @section('body') @include('foreground.layouts.gtm') @include("foreground.layouts.alert") @include('foreground.layouts.header', [ 'current' => '', ])

感謝您,您的訂單已成立!

如有任何訂單或商品問題請盡速與我們聯絡

@if($isDisplayPaymentButton)
立即前往付款
@endif

訂單資訊

  • 訂單編號: {{ $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) }} --}}
@include('foreground.layouts.pagetop') @include('foreground.layouts.footer') @endsection