Product Count {{ shoppingCart.items.length }} Product(s)
{{ loggedUser.customProperties.rewardPointAlias }} +{{ getTotalRewardPoint() | number:2 }}{{ currencyCode }}
+Profit {{ getTotalProfit() | number:2 }}{{ currencyCode }}
Cart Total {{ getTotalPrice() | number:2 }} {{ currencyCode }}
{{ loggedUser.customProperties.rewardPointAlias }} {{ loggedUser.customProperties.rewardPointBalanceValueWithoutCurrency | number:2 }}{{ currencyCode }}
Current Balance {{ getUserBalance() | number:2 }}{{ currencyCode }}
Kupon Kodu İndirimi -{{ discountCalculationResult.amount | number:2 }} {{ currencyCode }}
Bakiyenizden Kesilecek Tutar {{ (getTotalPrice() - discountCalculationResult.amount) | number:2 }}{{ currencyCode }}
Payment Amount {{ getPaymentAmount() | number:2 }}{{ currencyCode }}