Komp / Max Produkt,
This commit is contained in:
parent
a4c76d06fa
commit
78f43169c8
19 changed files with 347 additions and 51 deletions
|
|
@ -9,6 +9,11 @@
|
|||
@else
|
||||
<h4 class="border-bottom pb-2">Versand Kompensationsprodukt</h4>
|
||||
@endif
|
||||
|
||||
@if($order_partner_comp_text = \App\Models\Setting::getContentBySlug('order_partner_comp_text'))
|
||||
{!! nl2br($order_partner_comp_text) !!}
|
||||
<hr>
|
||||
@endif
|
||||
<div class="row no-gutters row-bordered">
|
||||
@php($counter = 1)
|
||||
@php($checked_id = Yard::instance('shopping')->getCompProductBy($i))
|
||||
|
|
|
|||
|
|
@ -109,11 +109,11 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
@if($for === 'me')
|
||||
{{-- <div id="holder_html_view_comp_product">
|
||||
@if($comp_products)
|
||||
<div id="holder_html_view_comp_product">
|
||||
@include('user.order.comp_product')
|
||||
</div>
|
||||
--}}
|
||||
|
||||
@endif
|
||||
|
||||
<div class="card mt-4">
|
||||
|
|
@ -191,5 +191,5 @@
|
|||
@endsection
|
||||
|
||||
@section('scripts')
|
||||
<script src="{{ asset('/js/iq-shopping-cart.js') }}?v=1{{ get_file_last_time('/js/iq-shopping-cart.js') }}"></script>
|
||||
<script src="{{ asset('/js/iq-shopping-cart.js') }}?v=2{{ get_file_last_time('/js/iq-shopping-cart.js') }}"></script>
|
||||
@endsection
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue