|
- @if($txaction == 'failed')
+ @if($txaction === 'failed')
{{__('email.checkout_mail_pay_error')}} - @elseif($txaction == 'appointed') + @elseif($txaction === 'appointed') - @if($shopping_payment->clearingtype == "vor") + @if($shopping_payment->clearingtype === "vor") {{__('email.checkout_mail_pay_pre')}} {{__('email.checkout_mail_pay_pre_c1')}} {{ number_format( floatval($shopping_payment->amount/100), 2, ",", ".") }} {{__('email.checkout_mail_pay_pre_c2')}}
@@ -176,6 +176,8 @@
@else
{{__('email.checkout_mail_pay_approved')}} - zurück + zurück {{ __('Bestellung Kunde') }} #{{$shopping_order->id}}@include('admin.sales._detail') - zurück + zurück @endsection \ No newline at end of file diff --git a/resources/views/user/order/index.blade.php b/resources/views/user/order/index.blade.php index a066886..d026934 100644 --- a/resources/views/user/order/index.blade.php +++ b/resources/views/user/order/index.blade.php @@ -7,83 +7,47 @@
-
-
-
-
-
-
-
-@endsection
-
+@endsection
\ No newline at end of file
diff --git a/resources/views/web/templates/checkout-final.blade.php b/resources/views/web/templates/checkout-final.blade.php
index 9d60089..bfb624b 100644
--- a/resources/views/web/templates/checkout-final.blade.php
+++ b/resources/views/web/templates/checkout-final.blade.php
@@ -126,6 +126,12 @@
Deine Zahlung wird bearbeitet, eine Bestätigung zur Zahlungsabwicklung wird automatisch erstellt. @endif + + @if($pay_trans->shopping_payment->clearingtype === "fnc" && $pay_trans->shopping_payment->onlinebanktransfertype === 'MIV') + Bezahlung per Rechnung:+Deine Bestellung wird bearbeitet, eine Bestätigung zur Bestellungsabwicklung wird automatisch erstellt. ++ @endif @endif Dein Team von mivita.care diff --git a/resources/views/web/templates/checkout.blade.php b/resources/views/web/templates/checkout.blade.php index 235662d..bbe87e1 100644 --- a/resources/views/web/templates/checkout.blade.php +++ b/resources/views/web/templates/checkout.blade.php @@ -148,7 +148,7 @@
{!! Form::open(['url' => route('checkout.checkout_card_final'), 'class' => 'row clearfix', 'id'=>'checkout_card_final']) !!}
- {!! Form::hidden('selected_country') !!}
+ {!! Form::hidden('selected_country', '') !!}
{!! Form::hidden('is_for', $shopping_user->is_for) !!}
{!! Form::hidden('is_from', $shopping_user->is_from) !!}
@@ -177,114 +177,204 @@
|