{$LANG.common.order_id} {$order.cart_order_id}
{$LANG.orders.title_receipt_for} {$order.order_date}
{$LANG.common.price}
{$LANG.common.product}
{foreach from=$order.items item=item}
{$item.price_total}{$item.quantity} × {$item.name} {if !empty($item.product_code)} - {$item.product_code}{/if} ({$item.price})
{if isset($item.options)}
{$LANG.catalogue.title_options} {foreach from=$item.options item=option}» {$option}{/foreach}
{/if}
{/foreach}
{$LANG.basket.total_sub} {$order.subtotal}
{$LANG.basket.total_discount} {$order.discount}
{$LANG.basket.shipping} {$order.shipping}
{if isset($order.taxes)}{foreach from=$order.taxes item=tax}
{$tax.name} {$tax.value}
{/foreach}
{/if}
{$LANG.basket.total_grand} {$order.total}
{if isset($order.customer_comments)}
{$LANG.orders.title_notes_extra} - {$order.customer_comments}
{/if}
{$LANG.orders.title_thanks}
{/foreach}