{$limit={$smarty.get.limit|default:8}}
+ {$product_page={$smarty.get.page|default:1}}
+ {$product_order={$smarty.get.order|default:'alpha'}}
- {include file="includes/category-toolbar.html" toolbar="top" limit=$limit}
+ {include file="includes/category-toolbar.html" toolbar="top" limit=$limit order=$product_order}
- {loop type="product" name="product_list" category={category attr="id"} limit=$limit}
-
-
- {include file="includes/single-product.html" product_id=$ID}
-
+ {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}
@@ -42,83 +41,7 @@
{include file="includes/menu.html"}
-
+ {include file="includes/categories-filters.html"}
diff --git a/templates/default/includes/categories-filters.html b/templates/default/includes/categories-filters.html
new file mode 100644
index 000000000..6a9425a66
--- /dev/null
+++ b/templates/default/includes/categories-filters.html
@@ -0,0 +1,77 @@
+
\ No newline at end of file
diff --git a/templates/default/includes/category-toolbar.html b/templates/default/includes/category-toolbar.html
index 8268d6393..99583a02d 100644
--- a/templates/default/includes/category-toolbar.html
+++ b/templates/default/includes/category-toolbar.html
@@ -1,30 +1,30 @@
-
\ No newline at end of file
+
+
\ No newline at end of file
diff --git a/templates/default/index.html b/templates/default/index.html
index 674892ce9..390f06965 100644
--- a/templates/default/index.html
+++ b/templates/default/index.html
@@ -100,62 +100,7 @@
{loop name="product_promo" type="product" limit="5" promo="yes"}
-
-
-
- {$product_id=$ID}
- {loop name="brand.feature" type="feature" product="{$ID}" title="brand"}
- {loop name="brand.value" type="feature_value" feature="{$ID}" product="$product_id"}
-
- {/loop}
- {/loop}
- {loop name="brand.feature" type="feature" product=$ID title="isbn"}
- {loop name="brand.value" type="feature_value" feature=$ID product=$product_id}
-
- {/loop}
- {/loop}
-
-
- {ifloop rel="image_product_promo" }
-
- {/ifloop}
- {elseloop rel="image_product_promo"}
- {images file='assets/img/218x146.png'} {/images}
- {/elseloop}
-
-
-
-
-
-
-
- {loop type="category" name="category_tag" id=$DEFAULT_CATEGORY}
-
- {/loop}
-
-
-
-
- {loop name="productSaleElements_promo" type="product_sale_elements" product="{$ID}" limit="1"}
- {intl l="Special Price:"} {format_number number="{$TAXED_PROMO_PRICE}"} {currency attr="symbol"}
- {intl l="Regular Price:"} {format_number number="{$TAXED_PRICE}"} {currency attr="symbol"}
- {/loop}
-
-
-
-
+ {include file="includes/single-product.html" product_id=$ID hasBtn=false hasDescription=false width="218" height="146"}
{/loop}