{{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 : "€"}}
Transactiekosten
{{handlingCost | currency : "€"}}
Korting
-/- {{discount | currency : "€"}}
{{ fee.description }}
{{ fee.subtotal | currency:'€':2 }}
Totaal
{{orderTotal | currency : "€"}}