{{staticContent.checkout.placeOrderErrors.BELOW_PROMO_MINIMUM_ORDER_VALUE(basket.checkout.placeOrderError.additionalInfo.minimumOrderValue)
}}
{{staticContent.checkout.placeOrderErrors.FIRST_N_ORDER_ONLY(basket.checkout.placeOrderError.additionalInfo?basket.checkout.placeOrderError.additionalInfo.maxNumberOfUsagePerUser:'')
}}
{{staticContent.checkout.placeOrderErrors.BELOW_MINIMUM_ORDER_VALUE(basket.checkout.placeOrderError.additionalInfo.minimumOrderValue)
}}
{{staticContent.checkout.placeOrderErrors.BELOW_MINIMUM_ORDER_VALUE(null)}}
{{ basket.checkout.placeOrderError.error &&
staticContent.checkout.placeOrderErrors[basket.checkout.placeOrderError.error] ?
staticContent.checkout.placeOrderErrors[basket.checkout.placeOrderError.error] :
staticContent.checkout.placeOrderErrors['GENERAL_FAIL']}}
{{getTextFromRemoteConfig('Payment_Summary_Title')}}
{{staticContent.restaurant.checkout.orderSummary}}
{{staticContent.common.subTotal}}
{{ toFixedPrice(basket.data.receipt.subTotal) }}
{{staticContent.common.egp}}
{{staticContent.restaurant.checkout.items}}
{{ basketItemsCount }}
{{staticContent.common.tax}}
{{ toFixedPrice(basket.data.receipt.tax) }}
{{staticContent.common.egp}}
{{staticContent.common.deliveryFee}}
{{ staticContent.common.feesToolTipTitle }}
{{getTextFromRemoteConfig('Message_info_delivery')}}
{{ toFixedPrice(basket.data.receipt.deliveryCharges.deliveryFees) }}
{{staticContent.common.egp}}
{{staticContent.common.serviceFee}}
{{ staticContent.common.feesToolTipTitle }}
{{getTextFromRemoteConfig('Message_info_service')}}
{{ toFixedPrice(basket.data.receipt.deliveryCharges.serviceFees) }}
{{staticContent.common.egp}}
{{staticContent.common.walletDiscount}}
{{toFixedPrice(basket.data.receipt.walletDiscount)}}
{{staticContent.common.egp}}
{{staticContent.common.discount}}
{{
basket.data.receipt.totalBeforeDiscount && toFixedPrice(basket.data.receipt.totalBeforeDiscount -
(basket.data.receipt.total + basket.data.receipt.walletDiscount))
}}
{{staticContent.common.egp}}
{{staticContent.common.orderTotal}}
{{
toFixedPrice(basket.data.receipt.totalBeforeDiscount)
}}
{{
toFixedPrice(basket.data.receipt.total)
}}
{{staticContent.common.egp}}