change registration or connection in order page, change filter on shelve page, add new api to get article_nature by product_type, css fixes
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
@section('content')
|
||||
<div class="row">
|
||||
<div class="col-8">
|
||||
<div class="@if ($basket['count']) col-8 @else col-12 @endif">
|
||||
@if (!App\Repositories\Shop\Customers::isConnected())
|
||||
<p>
|
||||
<a href="#" id="customer" class="pr-5">Déja client ?</a>
|
||||
@@ -39,11 +39,13 @@
|
||||
{!! Form::close() !!}
|
||||
|
||||
</div>
|
||||
<div class="col-4">
|
||||
<x-card class='shadow'>
|
||||
@include('Shop.Baskets.partials.basketTotal')
|
||||
</x-card>
|
||||
</div>
|
||||
@if ($basket['count'])
|
||||
<div class="col-4">
|
||||
<x-card class='shadow'>
|
||||
@include('Shop.Baskets.partials.basketTotal')
|
||||
</x-card>
|
||||
</div>
|
||||
@endif
|
||||
</div>
|
||||
@endsection
|
||||
|
||||
|
||||
Reference in New Issue
Block a user