{** 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. *}
{l s='Price rules import' mod='dpdpoland'}

{l s='Preview imported prices' mod='dpdpoland'}

{l s='Available' mod='dpdpoland'} {l s='carriers' mod='dpdpoland'} {l s='(shipping methods) and their ID\'s:' mod='dpdpoland'}

{l s='* DPD domestic shipment - Standard:' mod='dpdpoland'} {$smarty.const._DPDPOLAND_STANDARD_ID_|escape:'htmlall':'UTF-8'}

{l s='* DPD domestic shipment - Standard with COD:' mod='dpdpoland'} {$smarty.const._DPDPOLAND_STANDARD_COD_ID_|escape:'htmlall':'UTF-8'}

{l s='* DPD international shipment (DPD Classic):' mod='dpdpoland'} {$smarty.const._DPDPOLAND_CLASSIC_ID_|escape:'htmlall':'UTF-8'}

{l s='* DPD Poland Reception Point Pickup:' mod='dpdpoland'} {$smarty.const._DPDPOLAND_PUDO_ID_|escape:'htmlall':'UTF-8'}


{l s='Country' mod='dpdpoland'} {l s='- this column should contain the full name of the country (the letters are not case sensitive, or as an abbreviation, e.g. PL, DE, GB)' mod='dpdpoland'}

{l s='Cart price from' mod='dpdpoland'} {l s='- this column contains the cart total price without shipping which is the lower limit of the price range for the specified price.' mod='dpdpoland'}

{l s='Cart price to' mod='dpdpoland'} {l s='- this column contains the cart total price without shipping which is the upper limit of the price range for the specified price.' mod='dpdpoland'}

{l s='Parcel weight from' mod='dpdpoland'} {l s='- this column contains the parcel weight which is the lower limit of the weight range for the specified price.' mod='dpdpoland'}

{l s='Parcel weight to' mod='dpdpoland'} {l s='- this column contains the parcel weight which is the upper limit of the weight range for the specified price.' mod='dpdpoland'}

{l s='Parcel price' mod='dpdpoland'} {l s='- in this column the user enters the price in PLN which will be charged to the client for dispatch of one parcel with the weight within the specified weight range.' mod='dpdpoland'}


{if $page > 1} {l s='First page' mod='dpdpoland'} {l s='Previous page' mod='dpdpoland'} {/if} {l s='Page' mod='dpdpoland'} {$page|escape:'htmlall':'UTF-8'} / {$total_pages|escape:'htmlall':'UTF-8'} {if $page < $total_pages} {l s='Next page' mod='dpdpoland'} {l s='Last page' mod='dpdpoland'} {/if} | {l s='Display' mod='dpdpoland'} / {$list_total|escape:'htmlall':'UTF-8'} {l s='result(s)' mod='dpdpoland'}
{if isset($csv_data) && !empty($csv_data)} {section name=ii loop=$csv_data} {/section} {else} {/if}
{l s='Country' mod='dpdpoland'} {l s='Cart price from (PLN)' mod='dpdpoland'} {l s='Cart price to (PLN)' mod='dpdpoland'} {l s='Parcel weight from (kg)' mod='dpdpoland'} {l s='Parcel weight to (kg)' mod='dpdpoland'} {l s='Parcel price (PLN)' mod='dpdpoland'} {l s='Carrier' mod='dpdpoland'} {l s='COD cost (PLN)' mod='dpdpoland'}
{$csv_data[ii].iso_country|escape:'htmlall':'UTF-8'} {$csv_data[ii].price_from|floatval} {$csv_data[ii].price_to|floatval} {$csv_data[ii].weight_from|floatval} {$csv_data[ii].weight_to|floatval} {$csv_data[ii].parcel_price|escape:'htmlall':'UTF-8'} {$csv_data[ii].id_carrier|escape:'htmlall':'UTF-8'} {$csv_data[ii].cod_price|escape:'htmlall':'UTF-8'}
{l s='No prices' mod='dpdpoland'}