Webiant Logo Webiant Logo
  1. No results found.

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

_CreateOrUpdate.Multimedia.cshtml

@model ProductModel

@if (Model.Id > 0) { @await Html.PartialAsync("_CreateOrUpdate.Multimedia.Pictures", Model) @await Html.PartialAsync("_CreateOrUpdate.Multimedia.Videos", Model) } else {
@T("Admin.Catalog.Products.Multimedia.SaveBeforeEdit")
}