-
- {loop type="product" name="product_list" category={category attr="id"} limit=$limit page=$product_page order=$product_order}
- {include file="includes/single-product.html" product_id=$ID hasBtn=true hasDescription=true width="218" height="146"}
- {/loop}
-
+ {ifloop rel="product_list"}
+ {include file="includes/toolbar.html" toolbar="top" limit=$limit order=$product_order}
+
+
+
+ {loop type="product" name="product_list" category={category attr="id"} limit=$limit page=$product_page order=$product_order}
+ {include file="includes/single-product.html" product_id=$ID hasBtn=true hasDescription=true width="218" height="146"}
+ {/loop}
+
+
+
+ {include file="includes/toolbar.html" toolbar="bottom"}
+ {/ifloop}
+ {elseloop rel="product_list"}
+
+ No products
-
- {include file="includes/toolbar.html" toolbar="bottom"}
+ {/elseloop}