| {{ 'order.product-name' | translate }} | {{ 'order.product-sku' | translate }} | {{ 'order.quantity' | translate }} | {{ 'order.unit-price' | translate }} | {{ 'order.cancel' | translate }} | |
|---|---|---|---|---|---|
|
|
{{ line.productVariant.name }} | {{ line.productVariant.sku }} | {{ line.quantity }} | {{ line.unitPriceWithTax | localeCurrency: order.currencyCode }} |
0 && !order.active; else nonEditable"
[(ngModel)]="lineQuantities[line.id]"
type="number"
[max]="line.quantity"
min="0"
/>
|