${trans: m.order.frontoffice.reference-abbr,ucf} | ${trans: m.order.frontoffice.designation,ucf} | ${trans: m.order.frontoffice.unitprice-without-tax-abr,ucf} | ${trans: m.order.frontoffice.unitprice-with-tax-abr,ucf} | ${trans: m.order.frontoffice.quantity,ucf} | ${trans: m.order.frontoffice.totalprice-without-tax-abr,ucf} | ${trans: m.order.frontoffice.totalprice-with-tax-abr,ucf} |
---|---|---|---|---|---|---|
${line/getCodeReference} | ${line/getLabel} ${line/getLabel} | ${php:order.formatPrice(line.getUnitPriceWithoutTax())} | ${php:order.formatPrice(line.getUnitPriceWithTax())} | ${line/getQuantity} | ${php:order.formatPrice(line.getAmountWithoutTax())} | ${php:order.formatPrice(line.getAmountWithTax())} |
${orderAmount} ${shippingMode} ${shippingFeesWithTax} |
|
${address/getTitle/getLabelAsHtml} ${address/getFirstnameAsHtml} ${address/getLastnameAsHtml} ${address/getAddressLine1AsHtml} |
${address/getTitle/getLabelAsHtml} ${address/getFirstnameAsHtml} ${address/getLastnameAsHtml} ${address/getAddressLine1AsHtml} |