From fe535c061e2da54f42d5d7b1b3cfeb9c9fd42dc0 Mon Sep 17 00:00:00 2001 From: IceToast Date: Tue, 28 Mar 2023 02:00:43 +0200 Subject: [PATCH] =?UTF-8?q?Revert=20"style:=20=F0=9F=92=84=20Change=20layo?= =?UTF-8?q?ut=20of=20checkout=20page"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit b55c36cd5f552c46380583b9dc1772efb828bb5f. --- themes/default/views/store/checkout.blade.php | 92 ++++++++++--------- 1 file changed, 48 insertions(+), 44 deletions(-) diff --git a/themes/default/views/store/checkout.blade.php b/themes/default/views/store/checkout.blade.php index 313a3354..72ddab0b 100644 --- a/themes/default/views/store/checkout.blade.php +++ b/themes/default/views/store/checkout.blade.php @@ -34,44 +34,71 @@
-
+

{{ config('app.name', 'Laravel') }} {{ __('Date') }}: {{ Carbon\Carbon::now()->isoFormat('LL') }} - - Checkout

-
-
-

{{ __('Product') }}:

- -
- +
+
+
+ - - + + + + + + + + + - - - - - - + - -
{{ __('Type') }}: + {{ __('Quantity') }}{{ __('Product') }}{{ __('Description') }}{{ __('Subtotal') }}
1{{ $product->quantity }} {{ strtolower($product->type) == 'credits' ? $credits_display_name : $product->type }}
{{ __('Amount') }}:{{ $product->quantity }}
{{ __('Description') }}: {{ $product->description }}{{ $product->formatToCurrency($product->price) }}
-
+ + +
+ +
+ -
+
+ +
+ @if (!$productIsFree) +

{{ __('Payment Methods') }}:

+
+ @foreach ($paymentGateways as $gateway) +
+
+ +
+
+ +
+
+ @endforeach +
+ @endif + +
+ +

{{ __('Amount Due') }} {{ Carbon\Carbon::now()->isoFormat('LL') }}

@@ -97,31 +124,8 @@
- -
- - -
- @if (!$productIsFree) -

{{ __('Payment Methods') }}:

-
- @foreach ($paymentGateways as $gateway) -
-
- -
-
- -
-
- @endforeach - -
- @endif
+