| 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/themes/Honeygrid/html/system/ |
Upload File : |
{block name="checkout_confirmation_order_total"}
<table class="order-total table table-responsive">
<tbody>
{foreach item=total_item from=$total_block_data}
{block name="checkout_confirmation_order_total_item"}
<tr class="{if $smarty.foreach.total_block.last} order-total-last{/if}">
<td class="col-xs-6">
{$total_item.title}
</td>
<td class="col-xs-6 text-right">
{$total_item.text}
</td>
</tr>
{/block}
{/foreach}
</tbody>
</table>
{/block}