{* * 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 *}
{l s='Label view' mod='pminpostpaczkomaty'}
{if $label}
{l s='E-mail' mod='pminpostpaczkomaty'} {if isset($post_info['pminpostorder_email'])} {$post_info['pminpostorder_email']|escape:'htmlall':'UTF-8'} {/if}
{l s='Phone' mod='pminpostpaczkomaty'} {if isset($post_info['pminpostorder_phone'])} {$post_info['pminpostorder_phone']|escape:'htmlall':'UTF-8'} {/if}
{l s='Parcel' mod='pminpostpaczkomaty'} {if isset($post_info['pminpostorder_selected'])} {$post_info['pminpostorder_selected']|escape:'htmlall':'UTF-8'} {/if}
{l s='Size' mod='pminpostpaczkomaty'} {if isset($post_info['pminpostorder_size'])} {$post_info['pminpostorder_size']|escape:'htmlall':'UTF-8'} {/if}
{l s='Reference' mod='pminpostpaczkomaty'} {if isset($post_info['pminpostorder_reference'])} {$post_info['pminpostorder_reference']|escape:'htmlall':'UTF-8'} {/if}
{l s='To machine' mod='pminpostpaczkomaty'} {if isset($post_info['pminpostorder_machine'])} {if $post_info['pminpostorder_machine']} {l s='Yes' mod='pminpostpaczkomaty'} {else} {l s='No' mod='pminpostpaczkomaty'} {/if} {/if}
{l s='Sender parcel' mod='pminpostpaczkomaty'} {if isset($post_info['pminpostorder_selected_from']) && isset($post_info['pminpostorder_machine']) && $post_info['pminpostorder_machine']} {$post_info['pminpostorder_selected_from']|escape:'htmlall':'UTF-8'} {/if}
{l s='Cash on delivery' mod='pminpostpaczkomaty'} {if isset($post_info['pminpostorder_pobranie'])} {if $post_info['pminpostorder_pobranie']} {l s='Yes' mod='pminpostpaczkomaty'} {else} {l s='No' mod='pminpostpaczkomaty'} {/if} {/if}
{l s='Cash on delivery value' mod='pminpostpaczkomaty'} {if isset($post_info['pminpostorder_pobranie_value']) && isset($post_info['pminpostorder_pobranie']) && $post_info['pminpostorder_pobranie']} {$post_info['pminpostorder_pobranie_value']|replace:'.':','|escape:'htmlall':'UTF-8'} {/if}
{/if}