Geen verbinding. Probeer opnieuw.
| {{product.course ? product.course : 'Overige'}} (direct uitvragen ) | |||
| {{product.quantity}} | {{product.productName}} - {{product.choosenVariant}}
(voorraad= {{product.currentStock}})
Borg: ({{numeral(product.deposit).format('$ 0.00')}}) {{selectedOption.quantity}}x {{selectedOption.extraOptionName}} ({{selectedOption.text}}{{selectedOption.identifier}})({{numeral(selectedOption.price).format('$ 0.00')}}) {{product.note}} {{dayjs(product.reservationDate).format("DD MMMM YYYY [om] HH:mm")}} ({{product.duration}} minuten) {{product.prefferedEmployeeName}} - {{product.discountPercentage}}% ({{getDiscountName(product)}}) - {{numeral(product.discountAmount * product.quantity).format('$ 0.00')}} ({{getDiscountName(product)}}) |
{{ product.productId===0 ? '€' + numeral(calculateLinePrice(product)).format('0.00') : getProductPrice(calculateLinePrice(product)) }}
{{numeral(product.deposit*product.quantity).format('$ 0.00')}} {{ numeral(product.discountPercentage ? selectedOption.price * product.quantity*((100-product.discountPercentage)/100) * 100 / 100 : selectedOption.price*product.quantity*selectedOption.quantity).format('$ 0.00') }} |
|
| {{getTranslation('Bezorgkosten')}}
Gratis bezorging vanaf {{numeral(accountsettings.shippingCostsLimit).format('$ 0.00')}} |
{{ numeral(accountsettings.shippingCosts).format('$ 0.00') }} | ||
| {{getTranslation('Wilt u een fooi toevoegen?')}}
{{percentage}}% Super bedankt! |
{{numeral(calculateTip).format('$ 0.00') }} | ||
| {{getTranslation('Heeft u een waardebon?')}} |
|||
| {{recycleamount}} | Ingeleverde glazen en/of recycle tokens | {{numeral(calculateRecylceValue / accountsettings?.coin_price).format('$ 0.00') }} | |
| {{getTranslation('Totaal te betalen')}} | {{ numeral(totalBasketAmount).format('$ 0.00') }} | ||
| {{getTranslation('Recycle tokens teruggeven')}} | {{ numeral(RecycletokensReturnAmount).format('0') }} | ||
| Betaling via {{paymentPart.paymentMethod.name}} ({{paymentPart.paymentMethod.couponcode}}) | {{numeral(paymentPart.amount / accountsettings?.coin_price).format('$ 0.00') }} | ||
| Ingeleverd statiegeld? |
{{numeral(packagingDeposit).format('$ 0.00') }} | ||
| {{getTranslation('Te betalen')}} | {{ numeral(remainingBasketAmount).format('$ 0.00') }} | ||
| {{getTranslation('Saldo')}} | {{ numeral(balance/accountsettings?.coin_price).format('$ 0.00') }} | ||
| {{getTranslation('Totaal te betalen in €')}} | € {{ numeral(remainingBasketAmount*accountsettings?.coin_price).format('0.00') }} | ||
| {{getTranslation('Totaal te betalen in Munten')}} | {{ numeral(Math.ceil(totalBasketAmount/(accountsettings?.accountId===42515 ? 3.9 : accountsettings?.coin_price)*2)/2).format('0.0') }} | ||