{** 2019 DPD Polska Sp. z o.o.
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* prestashop@dpd.com.pl so we can send you a copy immediately.
*
* @author DPD Polska Sp. z o.o.
* @copyright 2019 DPD Polska Sp. z o.o.
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* International Registered Trademark & Property of DPD Polska Sp. z o.o.
*}
{if $displayBlock}
{l s='After generating the shipping number with DUTY service, you must completeing required informations on page:' mod='dpdpoland'} odprawacelna.dpd.com.pl
{l s='This module lets you organize your products into parcels using the table below. Select parcel number.' mod='dpdpoland'}
| {l s='ID' mod='dpdpoland'} | {l s='Product' mod='dpdpoland'} | {l s='Weight' mod='dpdpoland'} | {l s='Parcel' mod='dpdpoland'} | |
|---|---|---|---|---|
| {$product.id_product|escape:'htmlall':'UTF-8'}_{$product.id_product_attribute|escape:'htmlall':'UTF-8'} | {$product.name|escape:'htmlall':'UTF-8'} | {$product.weight|string_format:"%.3f"} {$smarty.const._DPDPOLAND_DEFAULT_WEIGHT_UNIT_|escape:'htmlall':'UTF-8'} |
{l s='Here you can change parcel parameters, create new parcels' mod='dpdpoland'}
| {l s='Parcel' mod='dpdpoland'} | {l s='Content of parcel' mod='dpdpoland'} | {l s='Weight (kg)' mod='dpdpoland'} | {l s='Height (cm)' mod='dpdpoland'} | {l s='Length (cm)' mod='dpdpoland'} | {l s='Width (cm)' mod='dpdpoland'} | {l s='Dimension weight' mod='dpdpoland'} | |
|---|---|---|---|---|---|---|---|
| {$parcel.number|escape:'htmlall':'UTF-8'} |
{l s='Modified field' mod='dpdpoland'} |
{l s='Modified field' mod='dpdpoland'} |
{l s='Modified field' mod='dpdpoland'} |
{l s='Modified field' mod='dpdpoland'} |
{l s='Modified field' mod='dpdpoland'} |
{sprintf('%.3f', $parcel.length|escape:'htmlall':'UTF-8'*$parcel.width|escape:'htmlall':'UTF-8'*$parcel.height|escape:'htmlall':'UTF-8'/$smarty.const._DPDPOLAND_DIMENTION_WEIGHT_DIVISOR_|escape:'htmlall':'UTF-8')} |
| {l s='Action' mod='dpdpoland'} | {l s='Status' mod='dpdpoland'} |
|---|---|
| {l s='Labels printed' mod='dpdpoland'} | {if $package->labels_printed}{l s='Yes' mod='dpdpoland'}{else}{l s='No' mod='dpdpoland'}{/if} |
| {l s='Manifest printed' mod='dpdpoland'} | {if $package->isManifestPrinted()}{l s='Yes' mod='dpdpoland'}{else}{l s='No' mod='dpdpoland'}{/if} |