Webiant Logo Webiant Logo
  1. No results found.

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

_GiftCardBox.cshtml

@model ShoppingCartModel.GiftCardBoxModel
@if (Model.Display)
{
    
@T("ShoppingCart.GiftCardCouponCode")
@T("ShoppingCart.GiftCardCouponCode.Tooltip")
@if (!string.IsNullOrEmpty(Model.Message)) {
@Model.Message
}
}