${trans:m.order.standardprocess.result-status-title,ucf}

${trans:m.order.standardprocess.result-order-number,ucf}
${order/getOrderNumberAsHtml}
${trans:m.order.standardprocess.result-status-date,ucf}
${datetime:order/getUIModificationdate}
${trans:m.order.standardprocess.result-client-ref,ucf}
${order/getCustomer/getCodeReference}
  • ${trans:m.order.standardprocess.result-bill-number,ucf,lab} ${lastBill/getLabelAsHtml}
  • ${trans:m.order.standardprocess.result-transaction-id,ucf,lab} ${lastBill/getPaymentTransactionId}
  • ${trans:m.order.standardprocess.result-amount,ucf,lab} ${php:order.formatPrice(lastBill.getPaymentAmount())}