<!-- Created by Instant Zero (http://www.instant-zero.com) -->
<div id="oledrion-logo">
<img src="<{$smarty.const.OLEDRION_IMAGES_URL}>oledrion.png" width="235" height="45" alt="" border="0" />
</div>
<h2><{$smarty.const._OLEDRION_BILL}></h2>
<br />
<div class="oledrion_otherinf">
<{$smarty.const._DATE}> : <{$order.cmd_date|date_format:"%d/%m/%Y"}>
<br /><{$smarty.const._OLEDRION_COMMAND}> : <{$order.cmd_id}>
<br /><br /><{$order.cmd_firstname}> <{$order.cmd_lastname}>
<br /><{$order.cmd_adress}>
<{if $ask_vatnumber && trim($order.cmd_vat_number) != ''}>
<br /><{$smarty.const._OLEDRION_VAT_NUMBER}> : <{$order.cmd_vat_number}>
<{/if}>
<br /><{$order.cmd_zip}> <{$order.cmd_town}>
<br /><{$order.cmd_country_label}>
<br /><br /><{$order.cmd_telephone}> - <{$order.cmd_email}>
</div>
<br /><br />
<table border="0" id="oledrion_caddy" width="90%">
<tr>
<th align="center"><{$smarty.const._OLEDRION_ITEMS}></th>
<th align="center"><{$smarty.const._OLEDRION_QUANTITY}></th>
<th align="center"><{$smarty.const._OLEDRION_PRICE}></th>
<th align="center"><{$smarty.const._OLEDRION_SHIPPING_PRICE}></th>
</tr>
<{foreach item=product from=$products}>
<tr>
<td>
<div class="oledrion_producttitle"><{$product.product_recommended_picture}><a href="<{$product.product_url_rewrited}>" title="<{$product.product_href_title}>"><{$product.product_title}></a></div>
<div class="oledrion_productauthor"><{if $product.product_joined_manufacturers != ''}><{$smarty.const._OLEDRION_BY}> <{$product.product_joined_manufacturers}><{/if}></div>
</td>
<td align="right"><div class="oledrion_productprice"><{$product.product_caddy.caddy_qte}></div></td>
<td align="right"><div class="oledrion_productprice"><{$product.product_caddy.caddy_price_fordisplay}></div></td>
<td align="right"><{$product.product_caddy.caddy_shipping_fordisplay}></td>
</tr>
<{if count($product.product_attributes) > 0}>
<tr>
<td colspan='4'>
<ul>
<{foreach item=attribute from=$product.product_attributes}>
<li><{$attribute.attribute_title}>
<{foreach item=option from=$attribute.attribute_options}>
<br /><{$option.ca_attribute_name}> : <{$option.ca_attribute_price_formated}>
<{/foreach}>
</li>
<{/foreach}>
</ul>
</td>
</tr>
<{/if}>
<{/foreach}>
<tr class="oledrion_carttotal">
<td><h3><{$smarty.const._OLEDRION_TOTAL}><h3></td>
<td> </td>
<td align="right" valign="middle"><{$order.cmd_total_fordisplay}></td>
<td align="right" valign="middle"><{$order.cmd_shipping_fordisplay}></td>
</tr>
</table>
<{if $order.cmd_text_fordisplay != ''}>
<div class="oledrion_discounts">
<h4><{$smarty.const._OLEDRION_CART4}></h4>
<{$order.cmd_text_fordisplay}>
</div>
<{/if}>