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 @@
{{ __('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) }} |
{{ __('Payment Methods') }}:
+{{ __('Amount Due') }} {{ Carbon\Carbon::now()->isoFormat('LL') }}
@@ -97,31 +124,8 @@{{ __('Payment Methods') }}:
-