@if (((Model.AllowCustomersToSelectTaxDisplayType || Model.TaxDisplayType == TaxDisplayType.IncludingTax) && !string.IsNullOrEmpty(Model.OrderSubTotalDiscountInclTax)) ||
((Model.AllowCustomersToSelectTaxDisplayType || Model.TaxDisplayType == TaxDisplayType.ExcludingTax) && !string.IsNullOrEmpty(Model.OrderSubTotalDiscountExclTax)))
{
}
@if (((Model.AllowCustomersToSelectTaxDisplayType || Model.TaxDisplayType == TaxDisplayType.IncludingTax) && !string.IsNullOrEmpty(Model.PaymentMethodAdditionalFeeInclTax)) ||
((Model.AllowCustomersToSelectTaxDisplayType || Model.TaxDisplayType == TaxDisplayType.ExcludingTax) && !string.IsNullOrEmpty(Model.PaymentMethodAdditionalFeeExclTax)))
{
}
@if (Model.DisplayTaxRates)
{
foreach (var tr in Model.TaxRates)
{
}
}
@if (Model.DisplayTax)
{
}
@if (!string.IsNullOrEmpty(Model.OrderTotalDiscount))
{
}
@foreach (var gc in Model.GiftCards)
{
}
@if (Model.RedeemedRewardPoints > 0)
{
}
@if (!string.IsNullOrEmpty(Model.RefundedAmount))
{
}
@if (Model.UsedDiscounts.Count > 0)
{
}
@if (Model.AllowStoringCreditCardNumber)
{
}
@if (Model.AllowStoringCreditCardNumber)
{
}
@if (Model.AllowStoringCreditCardNumber || !string.IsNullOrEmpty(Model.CardNumber))
{
}
@if (Model.AllowStoringCreditCardNumber)
{
}
@if (Model.AllowStoringCreditCardNumber)
{
}
@if (Model.AllowStoringCreditCardNumber)
{
}
@if (Model.AllowStoringCreditCardNumber)
{
}
@if (!string.IsNullOrEmpty(Model.AuthorizationTransactionId))
{
}
@if (!string.IsNullOrEmpty(Model.CaptureTransactionId))
{
}
@if (!string.IsNullOrEmpty(Model.SubscriptionTransactionId))
{
}
@if (Model.CanCapture || Model.CanMarkOrderAsPaid || Model.CanRefund || Model.CanRefundOffline ||
Model.CanPartiallyRefund || Model.CanPartiallyRefundOffline || Model.CanVoid || Model.CanVoidOffline)
{
}
@if (Model.CustomValues != null && Model.CustomValues.Count > 0)
{
}