Upsell Product: hide button

This commit is contained in:
touffies
2013-11-05 09:30:22 +01:00
parent 23cd90b63f
commit 5d8672c9e7

View File

@@ -30,9 +30,8 @@
<div class="products-content">
<ul class="products-grid product-col-5 hover-effect">
{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}
</ul>
</div>
</aside><!-- #products-upsell -->