@model ProductOverviewModel @using SmartStore.Web.Models.Catalog; @if (Model.DefaultPictureModel.ImageUrl.HasValue()) { @Model.DefaultPictureModel.AlternateText }
@Model.Name
@if (!String.IsNullOrEmpty(Model.ShortDescription)) {
@Html.Raw(Model.ShortDescription)
}
@if (!String.IsNullOrEmpty(Model.ProductPrice.OldPrice)) {
@Model.ProductPrice.OldPrice
}
@Model.ProductPrice.Price