{* $Id: order_printable.tpl,v 1.16 2002/10/22 10:27:05 olga Exp $ *} { config_load file="$skin_config" }
| 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} |
| {$customer.email} | |