Webiant Logo Webiant Logo
  1. No results found.

    Try your search with a different keyword or use * as a wildcard.

_CreateOrUpdate.Info.cshtml

@using Nop.Core.Domain.Catalog
@using Nop.Services
@model GiftCardModel

@if (Model.PurchasedWithOrderId.HasValue) { }
@if (Model.Id > 0) {
@Model.RemainingAmountStr
}
@if (Model.Id > 0) {
@T(Model.IsRecipientNotified ? "Admin.Common.Yes" : "Admin.Common.No")
} @if (Model.Id > 0) {
@Model.CreatedOn
}