{** * NOTICE OF LICENSE * * This file is licenced under the Software License Agreement. * With the purchase or the installation of the software in your application * you accept the licence agreement. * * You must not modify, adapt or create derivative works of this source code * * @author PrestaHelp.com * @copyright 2020 PrestaHelp * @license LICENSE.txt *} {include file=$phelpTop}
{l s='Inpost - dispatch order list' mod='inpostship'}
{if empty($dispatch_orders)}

Brak zleceń odbiorów.

{else} {if isset($errors) && !empty($errors)}
{$errors}
{/if} {if isset($success) && !empty($success)}
{$success}
{/if}
{foreach $dispatch_orders as $dispatch} {/foreach}
Lp. ID zlecenia Status Cena Adres odbioru Przesyłki Data dodania
{$dispatch@iteration}. {$dispatch->id} {$dispatch->status} {$dispatch->cena} {$dispatch->address->street} {$dispatch->address->building_number}, {$dispatch->address->post_code} {$dispatch->address->city}
    {foreach $dispatch->shipments as $ship}
  • {$ship->tracking_number}
  • {/foreach}
{$dispatch->date}
{/if}
{$banersHtml} {include file=$phelpBtm}