{{'onlineshop.orderpage.ord'| translate}} {{totalrows}} {{'onlineshop.filters.result'| translate}} @for (data of lstFilter; track data; let i = $index) { {{data?.label}} } {{'onlineshop.lbl.orderby'| translate}} @for (ord of lstOrdinamento; track ord) { {{ord?.label | translate}} } {{'onlineshop.filters'| translate}} {{'onlineshop.filters.da'| translate}} @if (filter_temp.ord_date_da !== '') { } {{'onlineshop.filters.a' | translate}} @if (filter_temp.ord_date_a !== '') { } @for (s of lstStati; track s) { {{s.text}} } {{'onlineshop.homepage.search' | translate }} @for (ord of lstData; track ord; let i = $index) {
{{'onlineshop.lbl.ordini.ord_number' | translate }}: {{ lstData[i].ord_id }}
STATUS: {{lstData[i].ord_lbl_state}}
@for (item of lstData[i].detail; track item; let j = $index) { {{item?.title}} {{item?.price | currency:'EUR':'symbol'}} }
@if (lstData[i].ord_state >= 7 && lstData[i].ord_state <= 9) {
} @if (fatturaStampabile(ord)) {
Stampa fattura
} @else if (fatturaInEmissione(ord)) {
Fattura in emissione
}
}