Your order
${item.name} | x${item.quantity} | £${item.priceExVat|roundToDecimals(2)} |
${item.descriptionLines.join(', ')} | ||
${attendee.title} ${attendee.firstName} ${attendee.lastName} |
Voucher | ${basket.appliedVoucher} | ||
---|---|---|---|
Discount | £${basket.basketDiscountTotal|roundToDecimals(2)} | ||
Subtotal | £${basket.subTotal|roundToDecimals(2)} | ||
${basket.selectedDeliveryOptionName} | Delivery | ${basket.deliveryTotal} | |
VAT${basket.vatRate} | £${basket.vatTotal|roundToDecimals(2)} | ||
Total | £${basket.total|roundToDecimals(2)} |