${trans:m.order.standardprocess.order-product-qtt,ucf} | ${trans:m.order.standardprocess.order-product-description,ucf} | ${trans:m.order.standardprocess.order-product-unit-price,ucf} | ${trans:m.order.standardprocess.order-product-price-ht} | ${trans:m.order.standardprocess.order-product-price-ttc} | ||
---|---|---|---|---|---|---|
${orderLine/getQuantity} | ${orderLine/getLabel} ${line/getCodeReference} |
${php:order.formatPrice(orderLine.getUnitPriceWithoutTax())} | ${php:order.formatPrice(orderLine.getAmountWithoutTax())} | ${php:order.formatPrice(orderLine.getUnitPriceWithTax())} | ${php:order.formatPrice(orderLine.getAmountWithTax())} |
${trans:m.order.standardprocess.resume-article-count,ucf,lab} | ${order/getTotalProductCount} | |
${trans:m.order.standardprocess.resume-total-ttc,ucf,lab} | ${php:order.formatPrice(order.getLinesAmountWithTax())} | |
${fees/label} : | ${fees/valueWithoutTax} | ${fees/valueWithTax} |
${discount/label} : | ${discount/valueWithoutTax} | ${discount/valueWithTax} |
${trans:m.order.standardprocess.resume-credit-note,ucf,lab} | ${php:order.formatPrice(-order.getTotalCreditNoteAmount())} | |
${trans:m.order.standardprocess.resume-net-payable-amount,ucf,lab} | ${php:order.formatPrice(order.getTotalAmountWithTax())} |