fix on customer auth, fix filters on shelves, refactor for article_nature, add slug

This commit is contained in:
ludo
2023-10-17 17:20:30 +02:00
parent 002644cb97
commit e6b15e2438
30 changed files with 1205 additions and 177 deletions

View File

@@ -9,6 +9,12 @@
<input type="hidden" id="product_type" name="product_type" value="{{ $product_type ?? false }}">
<input type="hidden" id="article_nature" name="article_nature" value="{{ $article_nature ?? false }}">
<div class="row">
<div class="col-12">
@include('Shop.Shelves.partials.category_add')
</div>
</div>
<div class="row mb-3">
<div class="col-9">
@include('Shop.Shelves.partials.breadcrumb')
@@ -24,16 +30,12 @@
</div>
</div>
<div class="row">
<div class="col-12">
@include('Shop.Shelves.partials.category_add')
@if (count($tags))
<div class="mb-3">
@include('Shop._partials.display_filters')
</div>
</div>
<div class="mb-3">
@include('Shop._partials.display_filters')
</div>
@include('Shop.Tags.partials.filter')
@include('Shop.Tags.partials.filter')
@endif
@if ($display_by_rows ?? false)
@include('Shop.Shelves.partials.category_articles_rows')