View Single Post
  #2  
Old 09-17-2009, 03:48 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: Billing address on invoice

If statement. You can compare any 2 lines to see if there is a match. In /mail/html/order_invoice.tpl

{if $order.b_address eq $order.s_address && $order.b_zipcode eq $order.s_zipcode}
show all lines for billing address
{/if}
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote