${view.l('Shipping method') }


<#list view.listLang() as langVal> ${langVal}
${view.l('Fixed Price 25$ OR Percentage 25% from basket total') }
${view.l("Free when basket total is bigger than this ammount, leave empty if don't need") }}

<#if rows??>

<#list rows.iterator() as row>
ID ${view.l('Show') +" / "+ view.l('Hidden') } ${view.l('Title') } ${view.l('Country') } ${view.l('Weight(kg)') } ${view.l('Shipping Calculation') } ${view.l('Fixed Price OR Percentage') }(%) ${view.l('Free delivery') }
${row.getId()} <#if (row.getShowhide() == 2)> <#else> ${row.getShipping_name() } <#if (row.getCountry()>0 )> <#if countries??> <#list countries as value> <#if (row.getCountry() ==value.getId())> ${value.getCountry()!} <#else> ${view.l('Worldwide')} ${row.getWeight()!} <#if (row.getType_shipping()==2 )> ${view.l('Fixed') } <#else> ${view.l('Percentage from Total') } ${row.getPrice()!} ${row.getFree_delivery()!}
<#include "/cms/standart/default/pagination.html">