@php use App\Libraries\CartChannel;use App\Libraries\Number; @endphp @extends('foreground.layouts.frame') @section("titleBanner")

壹然 evernature

Banner首圖
會員專區
@endsection @section('body') @include("foreground.layouts.alert") @include('foreground.layouts.header', [ 'current' => '', ])
背景圖
{{-- 步驟高亮 --}} @include('foreground.cart.steps', [ 'step' => $step, ])

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

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

@if($isDisplayPaymentButton) @endif

訂單資訊

  • 訂單編號: {{ $orderNumber }}
  • 訂單日期: {{ $createdAt }}
  • 合計金額: {{ $amount }}
  • {{-- 店到店 --}} @if($isCVS)
  • 寄送方式: {{ $shippingType }}
  • 取貨門市: {{ $storeName }}
  • {{-- 宅配 --}} @elseif($isHomeDelivery)
  • 寄送方式: {{ $shippingType }}
  • 寄送地址: {{ $address }}
  • {{-- 自取 --}} @elseif($isSelf)
  • 取貨方式: 自取
  • @endif
  • 付款狀態: {{ $paymentStatusHuman }}
  • 商品小計
  • {{ $productAmount }}
@if(!empty($discountAmount))
  • 優惠券折扣
  • {{ $discountAmountHuman }}
@endif
  • 運費
  • {{ $shippingAmount }}
  • 訂單金額
  • {{ $amount }}
{{--
--}} {{--

折扣碼

--}} {{--
--}} {{--
--}} {{--
--}} {{-- --}} {{-- --}} {{-- --}} {{--
--}} {{--
--}} {{--

優惠券名稱-中秋特價全館買一送一

--}} {{--

--}} {{-- 優惠券內容,優惠券內容,優惠券內容,優惠券內容,優惠券內容,優惠券內容,優惠券內容,優惠券內容!

--}} {{--

--}} {{-- schedule --}} {{-- 使用期限: --}} {{-- 2024/06/30(日) 12:00 --}} {{--

--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}
  • 商品 / 規格
  • 單價
  • 數量
  • 價格
    @foreach($detailProducts as $detail)
    • {{ $detailTitle($detail) }}
    • {{ $detailTitle($detail) }}

    • {{ $detailPrice($detail) }}
    • 數量

      {{ $detailQuantity($detail) }}

    • {{ $detailSubTotal($detail) }}

  • @endforeach
@include('foreground.layouts.footer') @endsection