{* * 2014-2023 Presta-Mod.pl Rafał Zontek * * NOTICE OF LICENSE * * Poniższy kod jest kodem płatnym, rozpowszechanie bez pisemnej zgody autora zabronione * Moduł można zakupić na stronie Presta-Mod.pl. Modyfikacja kodu jest zabroniona, * wszelkie modyfikacje powodują utratę gwarancji * * http://presta-mod.pl * * DISCLAIMER * * * @author Presta-Mod.pl Rafał Zontek * @copyright 2014-2023 Presta-Mod.pl * @license Licecnja na jedną domenę * Presta-Mod.pl Rafał Zontek *} {if isset($output)} {$output nofilter} {* can not be escaped*} {/if} {if isset($company_informations)}
{l s='Data from InPost server' mod='pminpostpaczkomaty'}
{l s='Organization id' mod='pminpostpaczkomaty'} {l s='Company name' mod='pminpostpaczkomaty'} {l s='Tax id' mod='pminpostpaczkomaty'} {l s='Bank account number' mod='pminpostpaczkomaty'} {l s='Address' mod='pminpostpaczkomaty'} {l s='Available carriers' mod='pminpostpaczkomaty'} {l s='Available services' mod='pminpostpaczkomaty'}
{$company_informations['id']|escape:'htmlall':'UTF-8'} {$company_informations['name']|escape:'htmlall':'UTF-8'} {$company_informations['tax_id']|escape:'htmlall':'UTF-8'} {$company_informations['bank_account_number']|escape:'htmlall':'UTF-8'} {if isset($company_informations['address']['street'])}{$company_informations['address']['street']|escape:'htmlall':'UTF-8'}{/if} {if isset($company_informations['address']['building_number'])}{$company_informations['address']['building_number']|escape:'htmlall':'UTF-8'}{/if}
{if isset($company_informations['address']['line1'])}{$company_informations['address']['line1']|escape:'htmlall':'UTF-8'}{/if} {if isset($company_informations['address']['line2'])}{$company_informations['address']['line2']|escape:'htmlall':'UTF-8'}{/if} {if isset($company_informations['address']['city'])}{$company_informations['address']['city']|escape:'htmlall':'UTF-8'}{/if} {if isset($company_informations['address']['post_code'])}{$company_informations['address']['post_code']|escape:'htmlall':'UTF-8'}{/if} {if isset($company_informations['address']['country'])}{$company_informations['address']['country']|escape:'htmlall':'UTF-8'}{/if}
    {foreach $company_informations['carriers'] as $carrier}
  • {$carrier|escape:'htmlall':'UTF-8'}
  • {/foreach}
    {foreach $company_informations['services'] as $service}
  • {$service|escape:'htmlall':'UTF-8'}
  • {/foreach}
{/if}
{$config_form nofilter} {* can not be escaped*}