{$LANG.account.your_order}: #{$SUM.cart_order_id} - {$SUM.order_status}

{if isset($MESSAGES)} {foreach from=$MESSAGES item=message}

{$message}

{/foreach} {/if} {if $CTRL_PAYMENT}
{$LANG.basket.complete_payment}
{/if}

{$LANG.basket.customer_info}

{$LANG.address.billing_address}
{$SUM.title} {$SUM.first_name} {$SUM.last_name}
{if $SUM.company_name}{$SUM.company_name}
{/if} {$SUM.line1}
{if $SUM.line2}{$SUM.line2}
{/if} {$SUM.town}
{$SUM.state}, {$SUM.postcode}
{$SUM.country}

{$LANG.address.delivery_address}
{$SUM.title_d} {$SUM.first_name_d} {$SUM.last_name_d}
{if $SUM.company_name_d}{$SUM.company_name_d}
{/if} {$SUM.line1_d}
{if $SUM.line2_d}{$SUM.line2_d}
{/if} {$SUM.town_d}
{$SUM.state_d}, {$SUM.postcode_d}
{$SUM.country_d}

{if !empty($SUM.customer_comments)}

{$LANG.common.comments}

"{$SUM.customer_comments}"

{/if} {if $DELIVERY}

{$LANG.common.delivery}

{if !empty($DELIVERY.date)}

{$LANG.orders.shipping_date}: {$DELIVERY.date}

{/if} {if isset($DELIVERY.url)}

{$LANG.basket.track}: {$DELIVERY.method}

{else}

{$DELIVERY.method} - {$LANG.orders.shipping_tracking}: {$DELIVERY.tracking} {/if} {/if}

{$LANG.basket.order_summary}

{$LANG.common.price} {$LANG.common.quantity} {$LANG.common.product}
{foreach from=$ITEMS item=item}

{$item.price_total} {$item.quantity} {$item.name} {if isset($item.product_code) && !empty($item.product_code)} - {$item.product_code}{/if} ({$item.price})

{if isset($item.options)}

{foreach from=$item.options item=option}{$option}
{/foreach}

{/if}
{/foreach}

{$SUM.subtotal} {$LANG.basket.total_sub}

{$SUM.shipping} {$LANG.basket.shipping}

{foreach from=$TAXES item=tax}

{$tax.value}{$tax.name}

{/foreach}
{if $DISCOUNT}

{$SUM.discount} {$LANG.basket.total_discount}

{/if}
{$SUM.total} {$LANG.basket.total_grand}

{$LANG.confirm.print}

{foreach from=$AFFILIATES item=affiliate}{$affiliate}{/foreach} {if $ANALYTICS} {/if}