Add prices and filtering by sale_channel with default
This commit is contained in:
@@ -18,6 +18,8 @@
|
||||
'title' => 'Semence',
|
||||
'class' => 'mb-3',
|
||||
])
|
||||
{{ $article['offers']['semences']['name'] }}<br>
|
||||
{{ $article['offers']['semences']['prices'][0]['price_taxed'] }}<br>
|
||||
@include('components.form.button', [
|
||||
'class' => 'btn-success basket semences',
|
||||
'txt' => 'Ajouter au panier',
|
||||
@@ -28,6 +30,8 @@
|
||||
'title' => 'Plant',
|
||||
'class' => 'mb-3',
|
||||
])
|
||||
{{ $article['offers']['plants']['name'] }}<br>
|
||||
{{ $article['offers']['plants']['prices'][0]['price_taxed'] }}<br>
|
||||
@include('components.form.button', [
|
||||
'class' => 'btn-success basket plants',
|
||||
'txt' => 'Ajouter au panier',
|
||||
|
||||
Reference in New Issue
Block a user