View Single Post
  #4  
Old 03-22-2012, 01:41 PM
  cherie's Avatar 
cherie cherie is offline
 

X-Wizard
  
Join Date: May 2003
Location: USA
Posts: 1,534
 

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

Untested suggestion:
Code:
{assign var=numProducts value=0} {foreach from=$products item=p} {assign var=numProducts value=$numProducts+$p.amount} {/foreach} My number is: {$numProducts}
__________________
redlimeweb.com
custom mods and design integration
4.7 linux
Reply With Quote