Merge pull request #5495 from devansh-webkul/wishlist-issue

Changes Done #5493
This commit is contained in:
Glenn Hermans 2021-12-30 10:32:40 +01:00 committed by GitHub
commit 70c74e1233
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -4,7 +4,9 @@
$image = $item->product->getTypeInstance()->getBaseImage($item);
@endphp
<img class="media" src="{{ $image['small_image_url'] }}" alt="" />
<a href="{{ route('shop.productOrCategory.index', $item->product->url_key) }}" title="{{ $item->product->name }}">
<img class="media" src="{{ $image['small_image_url'] }}" alt="" />
</a>
<div class="info">
<div class="product-name">