Issue #598 fixed

This commit is contained in:
jitendra 2019-02-20 11:57:06 +05:30
parent 513626cbe3
commit 3d5e2955a4
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@
</div>
@else
<div class="product-list">
@foreach ($products as $product)
@foreach ($products as $productFlat)
@include ('shop::products.list.card', ['product' => $productFlat->product])