{include file="phoenix/system/_header.html"} {include file="phoenix/system/_breadcrumbs.html"} {if $message} {foreach $message as $info} {include file="phoenix/system/_message.html"} {/foreach} {/if}
{$lang.checkout_bar_delivery}
{$lang.checkout_bar_payment}
{$lang.checkout_bar_confirmation}
{$lang.checkout_bar_finished}

{$lang.text_checkout_info}


{if $smarty.session.sendto != false}
{$lang.heading_delivery_address}
{$lang.text_edit}

{oos_address_format address_format_id=$order->delivery.format_id address=$order->delivery html=1}
{/if}
{$lang.heading_billing_address}
{$lang.text_edit}

{oos_address_format address_format_id=$order->billing.format_id address=$order->billing html=1}
{if $smarty.session.sendto != false}
{$lang.heading_shipping_method} {$lang.text_edit}
{$order->info.shipping_method} {/if}
{$lang.heading_payment_method} {$lang.text_edit}
{$order->info.payment_method}

{if !empty($order->info.comments)}
{$lang.heading_order_comments}
{$lang.text_edit}

{$order->info.comments|nl2br}>

{/if}

{$text_conditions}

{$lang.heading_shooping_card} {$lang.text_edit}

{if sizeof($order->info.tax_groups) > 1} {/if} {foreach item=products from=$order->products} {if sizeof($order->info.tax_groups) > 1} {/if} {/foreach}
{$lang.heading_products} {$lang.table_heading_price} {$lang.table_heading_quantity}{$lang.heading_tax}{$lang.heading_total}
{product_image dir=small image=$products.image alt=$products.name} {$products.name}  {if $smarty.const.STOCK_CHECK eq 'true'} {oos_check_stock products_id=$products.id products_quantity=$products.qty} {/if}
{$products.essential_characteristics}
{$lang.text_more}
{if ( isset($products.attributes) && sizeof($products.attributes) gt 0 ) } {foreach item=attributes from=$products.attributes}
  - {$attributes.option}: {$attributes.value} {/foreach} {/if}
{oos_price price=$products.final_price tax=$products.tax qty=1}  {$products.qty|quantity} {oos_display_tax_value value=$products.tax} %{oos_price price=$products.final_price tax=$products.tax qty=$products.qty}
{if !empty($order_total_output)} {$order_total_output} {/if}
{if $mySystem.sed} {/if} {if !empty($payment_modules_process_button) } {$payment_modules_process_button} {/if}
{include file="phoenix/system/_footer.html"}