@if (giftCertificates != null && giftCertificates.Count() > 0)
{
foreach (var giftCertificate in giftCertificates)
{
@if (giftCertificateCode == giftCertificate.GiftCertificate.GiftCertificateNumber){
@if (giftCertificates != null && giftCertificates.Count() > 0)
{
foreach (var giftCertificate in giftCertificates)
{
@if (giftCertificateCode == giftCertificate.GiftCertificate.GiftCertificateNumber){
@if (giftCertificateTo != null && giftCertificateTo != "")
{
} else if (giftCertificate.GiftCertificate.Name != null && giftCertificate.GiftCertificate.Name != "")
{
}
To: @giftCertificateTo
|
To: @giftCertificate.GiftCertificate.Name
|
}
}
}
|
@giftCertificateMessage
|
@if (giftCertificateFrom != null && giftCertificateFrom != "")
{
} else if (Model.OrderProductView.Constituent.Id != null && Model.OrderProductView.Constituent.Id > 0 && esal1 != "")
{
}
From: @giftCertificateFrom
|
@if (esal1 != "Guest User"){
From: @esal1
}
|
}
}
}