#10 Promotion Modul, Kommentar 2
This commit is contained in:
parent
f0da981737
commit
c9e1545693
128 changed files with 8194 additions and 637 deletions
|
|
@ -139,7 +139,7 @@
|
|||
@endif
|
||||
|
||||
|
||||
{!! Form::open(['url' => route('user_checkout_store', [$identifier]), 'class' => 'row clearfix', 'id'=>'checkout_card_final']) !!}
|
||||
{!! Form::open(['url' => route('user_checkout_store', [$identifier]), 'class' => 'row clearfix form-prevent-multiple-submits', 'id'=>'checkout_card_final']) !!}
|
||||
{!! Form::hidden('selected_country', '') !!}
|
||||
{!! Form::hidden('is_for', $shopping_user->is_for) !!}
|
||||
{!! Form::hidden('is_from', $shopping_user->is_from) !!}
|
||||
|
|
@ -530,20 +530,17 @@
|
|||
<tbody class="switchers-stacked">
|
||||
@if(\App\Models\PaymentMethod::isShowPaymentMethod('PP', $user_payment_methods, Yard::instance('shopping')->totalWithShipping(2, '.', '')))
|
||||
<tr>
|
||||
<td class="text-center align-middle px-0 ui-w-20">
|
||||
<td class="align-middle px-0 ui-w-20">
|
||||
<label class="switcher switcher-secondary">
|
||||
{!! Form::radio('payment_method', 'pp', '', ['class'=>'switcher-input', 'required'=>true]) !!}
|
||||
<span class="switcher-indicator">
|
||||
<span class="switcher-yes"></span>
|
||||
<span class="switcher-no"></span>
|
||||
</span>
|
||||
<span class="switcher-label"></span>
|
||||
</label>
|
||||
<span class="switcher-label font-weight-bold text-left">PayPal</span>
|
||||
</label>
|
||||
</td>
|
||||
<td class="px-2 py-3 text-left font-weight-bold">
|
||||
<div class="mt-1"> PayPal </div>
|
||||
</td>
|
||||
<td class="text-right align-middle px-0 py-3">
|
||||
<td class="text-right align-middle px-0 py-3 ui-w-100">
|
||||
<img class="float-right" width="90" src="{{asset('images/payments-assets/paypal.png')}}" alt="PayPal">
|
||||
</td>
|
||||
</tr>
|
||||
|
|
@ -551,100 +548,85 @@
|
|||
|
||||
@if(\App\Models\PaymentMethod::isShowPaymentMethod('SB', $user_payment_methods, Yard::instance('shopping')->totalWithShipping(2, '.', '')))
|
||||
<tr>
|
||||
<td class="text-center align-middle px-0 ui-w-20">
|
||||
<td class="align-middle px-0 ui-w-20">
|
||||
<label class="switcher switcher-secondary">
|
||||
{!! Form::radio('payment_method', 'SB', '', ['class'=>'switcher-input', 'required'=>true]) !!}
|
||||
<span class="switcher-indicator">
|
||||
<span class="switcher-yes"></span>
|
||||
<span class="switcher-no"></span>
|
||||
</span>
|
||||
<span class="switcher-label"></span>
|
||||
<span class="switcher-label font-weight-bold text-left">Sofort -Überweisung</span>
|
||||
</label>
|
||||
</td>
|
||||
<td class="px-2 py-3 text-left font-weight-bold">
|
||||
<div class="mt-1"> Sofort -Überweisung </div>
|
||||
</td>
|
||||
<td class="text-right align-middle px-0 py-3">
|
||||
<td class="text-right align-middle px-0 py-3 ui-w-100">
|
||||
<img class="float-right" width="90" src="{{asset('images/payments-assets/sofort.png')}}" alt="Sofort">
|
||||
</td>
|
||||
</tr>
|
||||
@endif
|
||||
@if(\App\Models\PaymentMethod::isShowPaymentMethod('CC', $user_payment_methods, Yard::instance('shopping')->totalWithShipping(2, '.', '')))
|
||||
<tr>
|
||||
<td class="text-center align-middle px-0 ui-w-20">
|
||||
<td class="align-middle px-0 ui-w-20">
|
||||
<label class="switcher switcher-secondary">
|
||||
{!! Form::radio('payment_method', 'vor', '', ['class'=>'switcher-input', 'required'=>true]) !!}
|
||||
<span class="switcher-indicator">
|
||||
<span class="switcher-yes"></span>
|
||||
<span class="switcher-no"></span>
|
||||
</span>
|
||||
<span class="switcher-label"></span>
|
||||
<span class="switcher-label font-weight-bold text-left">Kreditkarte</span>
|
||||
</label>
|
||||
</td>
|
||||
<td class="px-2 py-3 text-left font-weight-bold">
|
||||
<div class="mt-1"> Kreditkarte </div>
|
||||
</td>
|
||||
<td class="text-right align-middle px-0 py-3">
|
||||
<td class="text-right align-middle px-0 py-3 ui-w-100">
|
||||
<img class="float-right" width="90" src="{{asset('images/payments-assets/creditcard.png')}}" alt="Mastercard + Visa">
|
||||
</td>
|
||||
</tr>
|
||||
@endif
|
||||
@if(\App\Models\PaymentMethod::isShowPaymentMethod('SEPA', $user_payment_methods, Yard::instance('shopping')->totalWithShipping(2, '.', '')))
|
||||
<tr>
|
||||
<td class="text-center align-middle px-0 ui-w-20">
|
||||
<td class="align-middle px-0 ui-w-20">
|
||||
<label class="switcher switcher-secondary">
|
||||
{!! Form::radio('payment_method', 'SEPA', '', ['class'=>'switcher-input', 'required'=>true]) !!}
|
||||
<span class="switcher-indicator">
|
||||
<span class="switcher-yes"></span>
|
||||
<span class="switcher-no"></span>
|
||||
</span>
|
||||
<span class="switcher-label"></span>
|
||||
<span class="switcher-label font-weight-bold text-left">SEPA</span>
|
||||
</label>
|
||||
</td>
|
||||
<td class="px-2 py-3 text-left font-weight-bold">
|
||||
<div class="mt-1"> SEPA </div>
|
||||
</td>
|
||||
<td class="text-right align-middle px-0 py-3">
|
||||
<td class="text-right align-middle px-0 py-3 ui-w-100">
|
||||
<img class="float-right" width="90" src="{{asset('images/payments-assets/sepa.png')}}" alt="SEPA Lastschrift">
|
||||
</td>
|
||||
</tr>
|
||||
@endif
|
||||
@if(\App\Models\PaymentMethod::isShowPaymentMethod('VOR', $user_payment_methods, Yard::instance('shopping')->totalWithShipping(2, '.', '')))
|
||||
<tr>
|
||||
<td class="text-center align-middle px-0 ui-w-20">
|
||||
<td class="align-middle px-0 ui-w-20">
|
||||
<label class="switcher switcher-secondary">
|
||||
{!! Form::radio('payment_method', 'vor', '', ['class'=>'switcher-input', 'required'=>true]) !!}
|
||||
<span class="switcher-indicator">
|
||||
<span class="switcher-yes"></span>
|
||||
<span class="switcher-no"></span>
|
||||
</span>
|
||||
<span class="switcher-label"></span>
|
||||
<span class="switcher-label font-weight-bold text-left">Vorkasse</span>
|
||||
</label>
|
||||
</td>
|
||||
<td class="px-2 py-3 text-left font-weight-bold">
|
||||
<div class="mt-1"> Vorkasse</div>
|
||||
</td>
|
||||
<td class="text-right align-middle px-0 py-3">
|
||||
<td class="text-right align-middle px-0 py-3 ui-w-100">
|
||||
<img class="float-right" width="90" src="{{asset('images/payments-assets/vor.png')}}" alt="Vorkasse">
|
||||
</td>
|
||||
</tr>
|
||||
@endif
|
||||
@if(\App\Models\PaymentMethod::isShowPaymentMethod('FNC', $user_payment_methods, Yard::instance('shopping')->totalWithShipping(2, '.', '')))
|
||||
<tr>
|
||||
<td class="text-center align-middle px-0 ui-w-20">
|
||||
<td class="align-middle px-0 ui-w-20">
|
||||
<label class="switcher switcher-secondary">
|
||||
{!! Form::radio('payment_method', 'fnc', '', ['class'=>'switcher-input', 'required'=>true]) !!}
|
||||
<span class="switcher-indicator">
|
||||
<span class="switcher-yes"></span>
|
||||
<span class="switcher-no"></span>
|
||||
</span>
|
||||
<span class="switcher-label"></span>
|
||||
<span class="switcher-label font-weight-bold text-left">Rechnungskauf</span>
|
||||
</label>
|
||||
</td>
|
||||
<td class="px-2 py-3 text-left font-weight-bold">
|
||||
<div class="mt-1"> Rechnungskauf </div>
|
||||
</td>
|
||||
<td class="text-right align-middle px-0 py-3">
|
||||
<td class="text-right align-middle px-0 py-3 ui-w-100">
|
||||
<img class="float-right" width="90" src="{{asset('images/payments-assets/fnc.png')}}" alt="Rechnungskauf">
|
||||
</td>
|
||||
</tr>
|
||||
|
|
@ -845,19 +827,13 @@
|
|||
<span class="custom-control-label small">Mit Klick auf "Jetzt kaufen" akzeptiere ich die <a href="https://www.gruene-seele.bio/vp-agb/" target="_blank" class="text-secondary">Allgemeinen Geschäftsbedingungen</a> und die <a href="https://www.gruene-seele.bio/datenschutzerklaerung/" target="_bank" class="text-secondary">Datenschutzbelehrung</a>, damit für die Bestellung meine Daten verarbeitet werden können.*</span>
|
||||
</label>
|
||||
</div>
|
||||
<button type="submit" class="btn btn-primary btn-lg btn-block size-18 btn-text-500 mt-4 faa-parent animated-hover"><i class="fa fa-mail-forward faa-horizontal"></i> Jetzt kaufen</button>
|
||||
<button type="submit" class="btn btn-primary btn-lg btn-block button-prevent-multiple-submits"><i class="ion ion-ios-share-alt"></i> Jetzt kaufen <i class="spinner fa fa-spinner fa-spin"></i></button>
|
||||
<hr>
|
||||
<p class="text-center" style="line-height: 1.2em;"><em class="small text-center"> <i class="fa fa-lock"></i> Sind alle Deine Angaben vollsätndig ausgefüllt, klicke auf "Jetzt kaufen" und Du wist zu unserem Zahlungsanbieter weitergeleitet, die Verbindung wird ist SSL verschlüsselt.</em></p>
|
||||
<p class="text-center" style="line-height: 1.2em;"><em class="small text-center"> <i class="fa fa-lock"></i> Sind alle Deine Angaben vollsätndig ausgefüllt, klicke auf "Jetzt kaufen" und Du wist zu unserem Zahlungsanbieter weitergeleitet, die Verbindung ist SSL verschlüsselt.</em></p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- /COL -->
|
||||
|
||||
</div>
|
||||
<!-- /RAW -->
|
||||
|
||||
|
||||
|
||||
{!! Form::close() !!}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue