| 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/admin/html/content/orders/tooltips/ |
Upload File : |
{extends file="get_usermod:layouts/main/partial/tooltip.html"}
{block name="content"}
{load_language_text section="orders" name="orders"}
{block name="admin_orders_tooltips_customer_addresses"}
<div class="customer-addresses">
{if $has_separate_delivery_address}
{block name="admin_orders_tooltips_customer_addresses_delivery"}
<div class="delivery-address">
<div class="title">{$orders.TITLE_DELIVERY}</div>
<div>{$delivery.firstname} {$delivery.lastname}</div>
{if $delivery.company != ''}
<div>{$delivery.company}</div>
{/if}
<div>{$delivery.street} {$delivery.house_number}</div>
{if $delivery.additional_address_info != ''}
<div>{$delivery.additional_address_info}</div>
{/if}
<div>{$delivery.postcode} {$delivery.city}</div>
<div>{$delivery.country}</div>
</div>
{/block}
{/if}
{block name="admin_orders_tooltip_customer_addresses_billings"}
<div class="billing-address">
<div class="title">
{if $has_separate_delivery_address}
{$orders.TITLE_INVOICE}
{/if}
{if !$has_separate_delivery_address}
{$orders.TITLE_INVOICE} / {$orders.TITLE_DELIVERY}
{/if}
</div>
<div>{$billing.firstname} {$billing.lastname}</div>
{if $billing.company != ''}
<div>{$billing.company}</div>
{/if}
<div>{$billing.street} {$billing.house_number}</div>
{if $billing.additional_address_info != ''}
<div>{$billing.additional_address_info}</div>
{/if}
<div>{$billing.postcode} {$billing.city}</div>
<div>{$billing.country}</div>
</div>
{/block}
{block name="admin_orders_tooltip_customer_addresses_email"}
<div class="customer-email">
<a href="{$smarty.const.HTTP_SERVER}{$smarty.const.DIR_WS_ADMIN}admin.php?do=Emails&mailto={$customer_email}">
{$customer_email}
</a>
</div>
{/block}
</div>
{/block}
{/block}