{$message}
{/foreach} {/if} {if $CTRL_PAYMENT} {/if}{$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}
"{$SUM.customer_comments}"
{/if} {if $DELIVERY}{$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}
{$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}
{$SUM.subtotal} {$LANG.basket.total_sub}
{$SUM.shipping} {$LANG.basket.shipping}
{foreach from=$TAXES item=tax}{$tax.value}{$tax.name}
{/foreach}{$SUM.discount} {$LANG.basket.total_discount}