{* $Id: order_printable.tpl,v 1.16 2002/10/22 10:27:05 olga Exp $ *} { config_load file="$skin_config" } {$lng.txt_site_title} { include file="meta.tpl" }

{capture name=dialog} Date: {$order.date|date_format:"%d.%m.%Y %H:%M"}

{section name=prod_num loop=$products} {/section}
Product info  
   
{$products[prod_num].product|escape}
   
Price {include file="currency.tpl" value=$products[prod_num].price}
Quantity {$products[prod_num].amount} pièces
Delivery {$order.shipping}
Shipping cost {include file="currency.tpl" value=$order.shipping_cost}
   
Customer info  
   
Title {$customer.title}
Firstname {$customer.firstname}
Lastname {$customer.lastname}
Address {$customer.b_address}
Zipcode {$customer.b_zipcode}
City {$customer.b_city}
Phone {$customer.phone}
Fax {$customer.fax}
E-mail {$customer.email}
 
{/capture} {include file="dialog.tpl" title="Order details" content=$smarty.capture.dialog extra="width=300"}