@{ Layout = ""; } @model SmartStore.DiscountRules.Models.HasOneProductModel @using SmartStore.Web.Framework;
@Html.SmartLabelFor(model => model.Products)
@Html.TextBoxFor(model => model.Products, new { data_routeparam = "productIds" })