{load_language_text section="account_history_info"} {load_language_text section="order_details" name="order_details"} {load_language_text section="checkout_confirmation" name="info"} {load_language_text section="mobile_template" name="mobile"} {foreach name=products_data item=products_item_array from=$content_data.products_data}
{if $products_item_array.products_image!='' and file_exists($products_item_array.products_image)} {/if}
{$products_item_array.products_name} {$mobile.count}: {$products_item_array.quantity}{if $products_item_array.unit} {$products_item_array.unit}{/if}
{if $products_item_array.products_model != "" && $products_item_array.SHOW_PRODUCTS_MODEL == "true"}{$order_details.text_model} {$products_item_array.products_model}
{/if} {if $products_item_array.products_weight != '' && $products_item_array.products_weight != '0'}{$order_details.text_weight} {$products_item_array.products_weight}{$order_details.text_weight_unit}
{/if} {if $products_item_array.shipping_time != ""}{$order_details.text_shippingtime} {$products_item_array.shipping_time}
{/if} {if $products_item_array.ATTRIBUTES != ''} {foreach key=key_data item=item_data from=$products_item_array.ATTRIBUTES} {$item_data.NAME}: {$item_data.VALUE_NAME}
{/foreach} {/if} {if $products_item_array.PROPERTIES|strip_tags != ''} {$products_item_array.PROPERTIES} {/if} {if $products_item_array.checkout_information != '
'} {$products_item_array.checkout_information} {/if} {$info.text_detail_information} {$mobile.single_price}: {$products_item_array.price}
{$products_item_array.final_price}
{/foreach}