From f46ca53bf37a00ba9298f5d30ab161b2cb3ffe56 Mon Sep 17 00:00:00 2001 From: pushuo Date: Thu, 5 Jan 2023 15:31:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=B8=B8=E5=AE=A2=E7=BB=93?= =?UTF-8?q?=E8=B4=A6=20=E7=BB=93=E8=B4=A6=E9=A1=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- themes/default/checkout.blade.php | 82 ++++++++++++++++--------------- 1 file changed, 42 insertions(+), 40 deletions(-) diff --git a/themes/default/checkout.blade.php b/themes/default/checkout.blade.php index 25216474..52891335 100644 --- a/themes/default/checkout.blade.php +++ b/themes/default/checkout.blade.php @@ -26,7 +26,7 @@
{{ __('shop/checkout.address') }}
- {{ __('shop/checkout.same_as_shipping_address') }} + {{ __('shop/checkout.same_as_shipping_address') }}
+
+ + @endif + +
+
+
{{ __('shop/checkout.cart_totals') }}
+ {{ $carts['quantity'] }}
- -
-
- @endif - -
-
-
{{ __('shop/checkout.cart_totals') }}
- {{ $carts['quantity'] }} -
-
-
- @foreach ($carts['carts'] as $cart) -
-
- -
-
{{ $cart['name'] }}
- @if ($cart['variant_labels']) -
{{ $cart['variant_labels'] }}
- @endif +
+ @foreach ($carts['carts'] as $cart) +
+
+ +
+
{{ $cart['name'] }}
+ @if ($cart['variant_labels']) +
{{ $cart['variant_labels'] }}
+ @endif +
+
+
+
{{ $cart['price_format'] }}
+
x {{ $cart['quantity'] }}
-
-
{{ $cart['price_format'] }}
-
x {{ $cart['quantity'] }}
-
-
- @endforeach -
-
    - @foreach ($totals as $total) -
  • {{ $total['title'] }}{{ $total['amount_format'] }}
  • - @endforeach -
-
- + @endforeach +
+
    + @foreach ($totals as $total) +
  • {{ $total['title'] }}{{ $total['amount_format'] }}
  • + @endforeach +
+
+ +