Webiant Logo Webiant Logo
  1. No results found.

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

_CreateOrUpdate.Info.cshtml

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



@(await Html.LocalizedEditorAsync("vendorattribute-localized", @
, @
))
@{ var attributeControlTypes = await ((AttributeControlType)Model.AttributeControlTypeId) .ToSelectListAsync(valuesToExclude: //these attributes don't support some control types new[] { (int)AttributeControlType.FileUpload, (int)AttributeControlType.Datepicker, (int)AttributeControlType.ColorSquares, (int)AttributeControlType.ImageSquares }); }