Merge pull request #13786 from pratu16x7/hotfix
[fix] featured product thumbnail
This commit is contained in:
commit
c23230faea
@ -18,7 +18,8 @@
|
|||||||
<a class="product-link" href="{{ item.route|abs_url }}">
|
<a class="product-link" href="{{ item.route|abs_url }}">
|
||||||
<div class="col-sm-4 col-xs-4 product-image-wrapper">
|
<div class="col-sm-4 col-xs-4 product-image-wrapper">
|
||||||
<div class="product-image-img">
|
<div class="product-image-img">
|
||||||
{{ product_image_square(item.thumbnail or item.image) }}
|
<!-- thumbnail not updated, and used as background image in item card -->
|
||||||
|
{{ product_image_square(item.image) }}
|
||||||
<div class="product-text" itemprop="name">{{ item.item_name }}</div>
|
<div class="product-text" itemprop="name">{{ item.item_name }}</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user