| 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 : |
{load_language_text section="shipping_and_payment_matrix"}
{block name="shipping_and_payment_matrix"}
<div class="table-responsive hidden-xs">
{block name="shipping_and_payment_matrix_desktop_table"}
<table class="table table-condensed table-striped">
{block name="shipping_and_payment_matrix_table_thead"}
<thead>
<th>
{$txt.shipping_countries}
</th>
<th>
{$txt.shipping_costs}
</th>
<th>
{$txt.shipping_time}
</th>
<th>
{$txt.payment_methods}
</th>
</thead>
{/block}
{block name="shipping_and_payment_matrix_table_tbody"}
<tbody>
{foreach item=row from=$content_data.content}
{block name="shipping_and_payment_matrix_table_row"}
<tr>
{block name="shipping_and_payment_matrix_table_row_country"}
<td>
{$row.country}
</td>
{/block}
{block name="shipping_and_payment_matrix_table_row_shipping_info"}
<td>
{$row.shipping_info|nl2br}
</td>
{/block}
{block name="shipping_and_payment_matrix_table_row_shipping_time"}
<td>
{$row.shipping_time|nl2br}
</td>
{/block}
{block name="shipping_and_payment_matrix_table_row_payment"}
<td>
{$row.payment_info|nl2br}
</td>
{/block}
</tr>
{/block}
{/foreach}
</tbody>
{/block}
</table>
{/block}
</div>
{block name="shipping_and_payment_matrix_mobile"}
<div class="shipping-payment-mobile hidden-sm hidden-md hidden-lg">
{foreach item=row from=$content_data.content}
{block name="shipping_and_payment_matrix_mobile_item"}
<div class="shipping-payment-block">
{block name="shipping_and_payment_matrix_mobile_item_shipping_country"}
<div class="row">
<div class="col-xs-6 info">{$txt.shipping_country}</div>
<div class="col-xs-6">{$row.country}</div>
</div>
{/block}
{block name="shipping_and_payment_matrix_mobile_item_shipping_costs"}
<div class="row">
<div class="col-xs-6 info">{$txt.shipping_costs}</div>
<div class="col-xs-6">{$row.shipping_info|nl2br}</div>
</div>
{/block}
{block name="shipping_and_payment_matrix_mobile_item_shipping_time"}
<div class="row">
<div class="col-xs-6 info">{$txt.shipping_time}</div>
<div class="col-xs-6">{$row.shipping_time|nl2br}</div>
</div>
{/block}
{block name="shipping_and_payment_matrix_mobile_item_payment"}
<div class="row">
<div class="col-xs-6 info">{$txt.payment_methods}</div>
<div class="col-xs-6">{$row.payment_info|nl2br}</div>
</div>
{/block}
</div>
{/block}
{/foreach}
</div>
{/block}
{/block}