| Server IP : 85.158.181.41 / Your IP : 216.73.217.12 Web Server : Apache System : Linux cloud9-vm129 6.1.178+1-ph #ph SMP PREEMPT_DYNAMIC Wed Jul 29 09:00:54 UTC 2026 x86_64 User : moncbefd ( 1024) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/moncbefd/www.moneta.at/public/theme/html/system/ |
Upload File : |
{load_language_text section="account_history_info"}
{if $order_data}
{block name="account_history_order"}
<table class="table table-responsive">
{block name="account_history_order_thead"}
<thead>
<tr class="item">
<th class="item col-sm-2">{$txt.head_units}</th>
<th class="item col-sm-3">{$txt.head_products}</th>
<th class="item col-sm-3">{$txt.head_artnr}</th>
<th class="item col-sm-2 text-right">{$txt.head_single_price}</th>
<th class="item col-sm-2 text-right">{$txt.head_price}</th>
</tr>
</thead>
{/block}
{block name="account_history_order_tbody"}
<tbody>
{foreach item=product from=$order_data}
{block name="account_history_order_row"}
<tr class="item">
{block name="account_history_order_row_quantity"}
<td>
{$product.PRODUCTS_QTY} {if $product.UNIT}{$product.UNIT}{else}x{/if}
</td>
{/block}
{block name="account_history_order_row_product"}
<td>
{$product.PRODUCTS_NAME}
<br />
{$product.PRODUCTS_ATTRIBUTES}
{foreach item=prop_item_array from=$product.PRODUCTS_PROPERTIES}
<br />
{$prop_item_array.properties_name}: {$prop_item_array.values_name}
{/foreach}
{if $product.PRODUCTS_SHIPPING_TIME neq ''}
<br />
{$txt.text_shippingtime} {$product.PRODUCTS_SHIPPING_TIME}
{/if}
</td>
{/block}
{block name="account_history_order_row_model"}
<td>
{$product.PRODUCTS_MODEL} {$product.PRODUCTS_ATTRIBUTES_MODEL}
</td>
{/block}
{block name="account_history_order_row_single_price"}
<td class="text-right">
{$product.PRODUCTS_SINGLE_PRICE}
</td>
{/block}
{block name="account_history_order_row_price"}
<td class="text-right">
{$product.PRODUCTS_PRICE}
</td>
{/block}
</tr>
{/block}
{/foreach}
</tbody>
{/block}
{block name="account_history_order_tfoot"}
<tfoot>
{foreach item=order_total_item from=$order_total}
<tr class="item">
<td class="capture" colspan="4">{$order_total_item.TITLE}</td>
<td class="value">{$order_total_item.TEXT}</td>
</tr>
{/foreach}
</tfoot>
{/block}
</table>
{/block}
{/if}