master
parent
9385bb2f37
commit
c9bf3f7906
|
@ -33,7 +33,6 @@
|
|||
<svg style="fill: beige; width: 50px; margin-top:-60px;margin-right: -10px;"xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><defs><style>.fa-secondary{opacity:.4}</style></defs><path d="M502.42 240.5l-94.7-47.3 33.5-100.4c4.5-13.6-8.4-26.5-21.9-21.9l-100.4 33.5-47.41-94.8a17.31 17.31 0 0 0-31 0l-47.3 94.7L92.7 70.8c-13.6-4.5-26.5 8.4-21.9 21.9l33.5 100.4-94.7 47.4a17.31 17.31 0 0 0 0 31l94.7 47.3-33.5 100.5c-4.5 13.6 8.4 26.5 21.9 21.9l100.41-33.5 47.3 94.7a17.31 17.31 0 0 0 31 0l47.31-94.7 100.4 33.5c13.6 4.5 26.5-8.4 21.9-21.9l-33.5-100.4 94.7-47.3a17.33 17.33 0 0 0 .2-31.1zm-155.9 106c-49.91 49.9-131.11 49.9-181 0a128.13 128.13 0 0 1 0-181c49.9-49.9 131.1-49.9 181 0a128.13 128.13 0 0 1 0 181z" class="fa-secondary"/><path d="M352 256a96 96 0 1 1-96-96 96.15 96.15 0 0 1 96 96z" class="fa-primary"/></svg>
|
||||
<a href="{{url('/')}}" class="fs-2 fw-bold text-decoration-none">Areya Energy</a>
|
||||
</div>
|
||||
|
||||
@unless(Request::is('checkout'))
|
||||
|
||||
<div class="col-2 fs-5 mt-2 text-center ">
|
||||
|
@ -113,8 +112,6 @@
|
|||
</div>
|
||||
|
||||
@endunless
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
|
@ -139,11 +136,7 @@
|
|||
<div class="row">
|
||||
<div class="col-12">
|
||||
<script src="https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js"></script>
|
||||
|
||||
|
||||
<br>
|
||||
|
||||
|
||||
<lottie-player src="https://assets6.lottiefiles.com/packages/lf20_Ch6lCf.json" background="transparent" speed="0.6" style="width: 180px; height: 180px; margin-left:30%;" loop autoplay></lottie-player>
|
||||
<br>
|
||||
Der angeklickte Link erhält einen vorgefertigten Warenkorb.<br> Sie können diesen importieren und dann die Produkte ansehen.
|
||||
|
@ -155,7 +148,6 @@
|
|||
<div class="modal-footer">
|
||||
<button type="button" class="btn btn-link" data-bs-dismiss="modal">Abbrechen</button>
|
||||
<button type="button" class="btn btn-primary btn-confirm-product-link" data-bs-dismiss="modal">Warenkorb ansehen</button>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -294,7 +286,9 @@
|
|||
$('#form-section').hide();
|
||||
$('#list-products').parent().parent().parent().parent().parent().find('.modal-footer').hide();
|
||||
$('#total-checkout-price').parent().parent().parent().hide();
|
||||
@if(!session()->has('success'))
|
||||
$('#no-products-in-checkout').show();
|
||||
@endif
|
||||
}
|
||||
$('.cart-link').hide();
|
||||
$(".btn-share").hide();
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
@stop
|
||||
@section('content')
|
||||
<div class="container">
|
||||
|
||||
@if(session()->has('success'))
|
||||
<div class="row">
|
||||
|
||||
|
@ -77,7 +76,6 @@
|
|||
<!-- Calendly inline widget end -->
|
||||
</div>
|
||||
@else
|
||||
|
||||
<div style="display: none;" class="col-12 text-center" id="no-products-in-checkout">
|
||||
<br>
|
||||
<br>
|
||||
|
|
Loading…
Reference in New Issue