${'Order id' @ i18n}: ${order.orderId}
${'Order date' @ i18n}: ${'dd MMM, yyyy' @ format=order.orderDate}
${'Order status' @ i18n}: ${order.orderStatus}
${'Shipping address' @ i18n}: ${order.shippingAddress}
${'Billing address' @ i18n}: ${order.billingAddress}
${item.product.title}
${item.product.title}
${item.product.description}
  • ${key @ i18n}: ${item.variantAxesMap[key]}
${item.price}
${item.entry.quantity}
${item.totalPrice}
${promotion.message @context='html'}
${'Subtotal' @ i18n}
${order.subTotal}
${'Shipping' @ i18n}
${order.shippingTotal}
${'Tax' @ i18n}
${order.taxTotal}
${'Total' @ i18n}
${order.total}