${trans:m.order.standardprocess.resume-article-count,ucf,lab} | ${cart/getTotalProductCount} |
${trans:m.order.standardprocess.resume-lines-total,ucf,lab} | ${php:cart.formatPrice(cart.getSubTotalWithoutTax())} |
${trans:m.order.standardprocess.resume-fees,ucf,lab} | ${php:cart.formatPrice(cart.getFeesTotalWithTax())} |
${trans:m.order.standardprocess.resume-discount,ucf,lab} | ${php:cart.formatPrice(-cart.getDiscountTotalWithTax())} |
${trans:m.order.standardprocess.resume-credit-note,ucf,lab} | ${php:cart.formatPrice(-cart.getTotalCreditNoteAmount())} |
${trans:m.order.standardprocess.resume-total-ttc,ucf,lab} | ${php:cart.formatPrice(cart.getTotalAmount())} |