אירוח:
{{ parseFloat((+orderOnlinePrice+ +extraGuestsPrice).toFixed(2)) }}
{{ parseFloat((+orderOnlineFinalPrice+ +extraGuestsPrice).toFixed(2)) }}
אירוח: {{ parseFloat((+orderOnlineFinalPrice+ +extraGuestsPrice).toFixed(2)) }}
תוספות: {{ parseFloat(addonsSum.toFixed(2)) }}
הנחת קופון: {{ couponDiscount() }}
סה״כ:
{{(orderOnlineFinalPrice + addonsSum + extraGuestsPrice) - couponDiscount() }}