Change value $hasBtn to true
This commit is contained in:
@@ -154,7 +154,7 @@
|
|||||||
<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>
|
||||||
|
|||||||
Reference in New Issue
Block a user