Re: Numbering in Bestseller
			 
         	         
			
		
		
		hi yamiya, 
 
You can either add a name to the foreach and count the iterations like so... 
 
 {foreach from=$bestsellers item=bestseller name=thisloop} 
{$smarty.foreach.thisloop.iteration}. 
{/foreach} 
 
or you could use {counter}. 
 
Hope this helps. 
		
	
		
		
		
		
			
				__________________ 
				Doms 
kube v4.1.9
			 
		
		
		
		
	
		
		
		
	 |