Upsell Product: hide button
This commit is contained in:
@@ -30,9 +30,8 @@
|
|||||||
<div class="products-content">
|
<div class="products-content">
|
||||||
<ul class="products-grid product-col-5 hover-effect">
|
<ul class="products-grid product-col-5 hover-effect">
|
||||||
{loop name="product_upsell" type="product" promo="yes" limit="5"}
|
{loop name="product_upsell" type="product" promo="yes" limit="5"}
|
||||||
{include file="includes/single-product.html" product_id=$ID hasBtn=true hasDescription=true width="218" height="146"}
|
{include file="includes/single-product.html" product_id=$ID hasBtn=false hasDescription=true width="218" height="146"}
|
||||||
{/loop}
|
{/loop}
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</aside><!-- #products-upsell -->
|
</aside><!-- #products-upsell -->
|
||||||
|
|||||||
Reference in New Issue
Block a user