{{order_item.amount}}x {{order_item.product.name_nl}}
{{order_item.amount * order_item.product.price | currency : "€"}}
1x Donatie
{{formData.order.donation_item_attributes.price | currency : "€"}}
Booking fee
{{handlingCost | currency : "€"}}
Discount
-/- {{discount | currency : "€"}}
{{ fee.description }}
{{ fee.subtotal | currency:'€':2 }}
Total
{{orderTotal | currency : "€"}}