List View Added

This commit is contained in:
devansh bawari 2020-10-08 10:00:06 +05:30
parent b0c2b1d9f4
commit 8eb590d526
2 changed files with 13 additions and 0 deletions

View File

@ -33,6 +33,7 @@
@endphp
@include ('shop::products.list.card', [
'list' => true,
'checkmode' => true,
'moveToCart' => true,
'wishlistMoveRoute' => route('customer.wishlist.move', $item->id),

View File

@ -73,6 +73,18 @@
<span class="fs16">{{ $product->name }}</span>
</a>
@if (isset($additionalAttributes) && $additionalAttributes)
@if (isset($item->additional['attributes']))
<div class="item-options">
@foreach ($item->additional['attributes'] as $attribute)
<b>{{ $attribute['attribute_name'] }} : </b>{{ $attribute['option_label'] }}</br>
@endforeach
</div>
@endif
@endif
</div>
<div class="product-price">