{load_language_text section="account_history_info"} {load_language_text section="checkout_confirmation" name="info"}   {$txt.head_products} {$txt.head_single_price} {$txt.head_units} {$txt.head_price} {foreach name=products_data item=products_item_array from=$content_data.products_data} {if $products_item_array.products_image}{$products_item_array.products_alt}{/if}
{$products_item_array.products_name} {if $products_item_array.products_model}
{$info.text_model}: {$products_item_array.products_model} {/if} {if $products_item_array.shipping_time}
{$info.text_shipping_time}: {$products_item_array.shipping_time} {/if} {if $products_item_array.products_weight}
{$info.text_weight}: {$products_item_array.products_weight} {$info.text_weight_unit} {/if} {foreach item=attributes_item_array from=$products_item_array.attributes} {if isset($attributes_item_array.option) && $attributes_item_array.option != ''}
{$attributes_item_array.option}: {$attributes_item_array.value} {/if} {/foreach} {foreach item=property from=$products_item_array.properties_array}
{$property.properties_name}: {$property.values_name} {/foreach} {if $products_item_array.checkout_information}
{$products_item_array.checkout_information} {/if}
{$info.text_detail_information} {$products_item_array.price} {if $products_item_array.products_vpe_array.vpe_text}
{$products_item_array.products_vpe_array.vpe_text} {/if} {$products_item_array.quantity}{if $products_item_array.unit} {$products_item_array.unit}{/if} {$products_item_array.final_price} {/foreach}