diff --git a/templates/store/featured_product.tpl b/templates/store/featured_product.tpl index 8c59e8f..d009da5 100644 --- a/templates/store/featured_product.tpl +++ b/templates/store/featured_product.tpl @@ -1,3 +1,7 @@ + diff --git a/templates/store/top_sellers.tpl b/templates/store/top_sellers.tpl index 491ede6..b35f62c 100644 --- a/templates/store/top_sellers.tpl +++ b/templates/store/top_sellers.tpl @@ -1,3 +1,13 @@

Top Sellers

+
+ {section name=product loop=$top_sellers start=0 loop=5 step=1} + {$smarty.section.product.index+1}. {$top_sellers[product].name}
+ {/section} +
+
+ {section name=product loop=$top_sellers start=5 loop=10 step=1} + {$smarty.section.product.index+1}. {$top_sellers[product].name}
+ {/section} +