<#assign dataStatus= ["success", "pending", "processing", "canceled", "refunded"]>

Orders

${view.l('Check the list of orders')}



<#list rows.iterator() as row> <#assign countryship = row.getShippingMap()!>
${view.l('NR')}. ${view.l('Status')} ${view.l('Name')} ${view.l('Date')} ${view.l('Payd in')} ${view.l('Shipp to')} ${view.l('Shipping')} ${view.l('View')}
${row.getOrdersid()!} ${row.getStatus()!} ${countryship["name"]!} ${countryship["lastname"]!} ${row.getCreated_at()!} ${viewRequest.price(row.getTotalpayd()!, null )!} <#if (countries?? && countryship["country"]??)> <#list countries as country> <#if country.getId()?contains(countryship["country"])> ${country.getCountry()} <#if row.getShipingTable()??> ${row.getShipingTable().getShipping_name()!} : ${viewRequest.price(row.getShipingTable().getPrice()!, null )!} View order
<#include "/cms/standart/default/pagination.html">