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:
Ludovic CANDELLIER
2023-02-10 23:11:48 +01:00
parent fd8e89e33c
commit 926996166b
14 changed files with 74 additions and 24 deletions

View File

@@ -1,7 +1,11 @@
@if ($articles ?? false)
@foreach ($articles as $product_name => $article)
@include('Shop.Articles.partials.article_rows')
@endforeach
<div class="row">
<div class="col-12">
@foreach ($articles as $product_name => $article)
@include('Shop.Articles.partials.article_rows')
@endforeach
</div>
</div>
@endif
@push('js')