add cookie consent, change search for product_type empty

This commit is contained in:
Ludovic CANDELLIER
2023-02-07 23:25:59 +01:00
parent e8ae460bab
commit 503efc6f25
5 changed files with 101 additions and 6 deletions

View File

@@ -6,6 +6,7 @@
@include('Shop.Tags.partials.filter')
{{ $articles_count ?? 0 }} Résultats
@if ($display_by_rows ?? false)
@include('Shop.Shelves.partials.category_articles_rows')
@else

View File

@@ -34,6 +34,7 @@
</section>
</div>
@include("Shop.layout.partials.footer")
@include('cookie-consent::index')
</main>
</div>