View Single Post
  #2  
Old 03-21-2012, 03:26 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: Show total quantity on order_data.tpl or the invoice

{$products|@count} will give you total unique items, if you need total including quantity for each item you have to do some math in the foreach loop in order_data.tpl with $product.amount
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote