Webiant Logo Webiant Logo
  1. No results found.

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

_Catalog.CatalogPages.cshtml

@model CatalogSettingsModel

<div class="card-body">
    <div class="form-group row">
        <div class="col-md-3">
            <nop-override-store-checkbox asp-for="AllowProductViewModeChanging_OverrideForStore" asp-input="AllowProductViewModeChanging" asp-store-scope="@Model.ActiveStoreScopeConfiguration" />
            <nop-label asp-for="AllowProductViewModeChanging" />
        </div>
        <div class="col-md-9">
            <nop-editor asp-for="AllowProductViewModeChanging" />
            <span asp-validation-for="AllowProductViewModeChanging"></span>
        </div>
    </div>
    <div class="form-group row">
        <div class="col-md-3">
            <nop-override-store-checkbox asp-for="DefaultViewMode_OverrideForStore" asp-input="DefaultViewMode" asp-store-scope="@Model.ActiveStoreScopeConfiguration" />
            <nop-label asp-for="DefaultViewMode" />
        </div>
        <div class="col-md-9">
            <nop-select asp-for="DefaultViewMode" asp-items="Model.AvailableViewModes" />
            <span asp-validation-for="DefaultViewMode"></span>
        </div>
    </div>
    <div class="form-group row">
        <div class="col-md-3">
            <nop-override-store-checkbox asp-for="ShowProductsFromSubcategories_OverrideForStore" asp-input="ShowProductsFromSubcategories" asp-store-scope="@Model.ActiveStoreScopeConfiguration" />
            <nop-label asp-for="ShowProductsFromSubcategories" />
        </div>
        <div class="col-md-9">
            <nop-editor asp-for="ShowProductsFromSubcategories" />
            <span asp-validation-for="ShowProductsFromSubcategories"></span>
        </div>
    </div>
    <div class="form-group row">
        <div class="col-md-3">
            <nop-override-store-checkbox asp-for="ShowCategoryProductNumber_OverrideForStore" asp-input="ShowCategoryProductNumber" asp-store-scope="@Model.ActiveStoreScopeConfiguration" />
            <nop-label asp-for="ShowCategoryProductNumber" />
        </div>
        <div class="col-md-9">
            <nop-editor asp-for="ShowCategoryProductNumber" />
            <span asp-validation-for="ShowCategoryProductNumber"></span>
        </div>
    </div>
    <nop-nested-setting asp-for="ShowCategoryProductNumber">
        <div class="form-group row">
            <div class="col-md-3">
                <nop-override-store-checkbox asp-for="ShowCategoryProductNumberIncludingSubcategories_OverrideForStore" asp-input="ShowCategoryProductNumberIncludingSubcategories" asp-store-scope="@Model.ActiveStoreScopeConfiguration" />
                <nop-label asp-for="ShowCategoryProductNumberIncludingSubcategories" />
            </div>
            <div class="col-md-9">
                <nop-editor asp-for="ShowCategoryProductNumberIncludingSubcategories" />
                <span asp-validation-for="ShowCategoryProductNumberIncludingSubcategories"></span>
            </div>
        </div>
    </nop-nested-setting>
    <div class="form-group row">
        <div class="col-md-3">
            <nop-override-store-checkbox asp-for="CategoryBreadcrumbEnabled_OverrideForStore" asp-input="CategoryBreadcrumbEnabled" asp-store-scope="@Model.ActiveStoreScopeConfiguration" />
            <nop-label asp-for="CategoryBreadcrumbEnabled" />
        </div>
        <div class="col-md-9">
            <nop-editor asp-for="CategoryBreadcrumbEnabled" />
            <span asp-validation-for="CategoryBreadcrumbEnabled"></span>
        </div>
    </div>
    <div class="form-group row">
        <div class="col-md-3">
            <nop-override-store-checkbox asp-for="ManufacturersBlockItemsToDisplay_OverrideForStore" asp-input="ManufacturersBlockItemsToDisplay" asp-store-scope="@Model.ActiveStoreScopeConfiguration" />
            <nop-label asp-for="ManufacturersBlockItemsToDisplay" />
        </div>
        <div class="col-md-9">
            <nop-editor asp-for="ManufacturersBlockItemsToDisplay" />
            <span asp-validation-for="ManufacturersBlockItemsToDisplay"></span>
        </div>
    </div>
    <div class="form-group row">
        <div class="col-md-3">
            <nop-override-store-checkbox asp-for="UseAjaxCatalogProductsLoading_OverrideForStore" asp-input="UseAjaxCatalogProductsLoading" asp-store-scope="@Model.ActiveStoreScopeConfiguration" />
            <nop-label asp-for="UseAjaxCatalogProductsLoading" />
        </div>
        <div class="col-md-9">
            <nop-editor asp-for="UseAjaxCatalogProductsLoading" />
            <span asp-validation-for="UseAjaxCatalogProductsLoading"></span>
        </div>
    </div>
    <div class="form-group row">
        <div class="col-md-3">
            <nop-override-store-checkbox asp-for="EnableManufacturerFiltering_OverrideForStore" asp-input="EnableManufacturerFiltering" asp-store-scope="@Model.ActiveStoreScopeConfiguration" />
            <nop-label asp-for="EnableManufacturerFiltering" />
        </div>
        <div class="col-md-9">
            <nop-editor asp-for="EnableManufacturerFiltering" />
            <span asp-validation-for="EnableManufacturerFiltering"></span>
        </div>
    </div>
    <div class="form-group row">
        <div class="col-md-3">
            <nop-override-store-checkbox asp-for="EnablePriceRangeFiltering_OverrideForStore" asp-input="EnablePriceRangeFiltering" asp-store-scope="@Model.ActiveStoreScopeConfiguration" />
            <nop-label asp-for="EnablePriceRangeFiltering" />
        </div>
        <div class="col-md-9">
            <nop-editor asp-for="EnablePriceRangeFiltering" />
            <span asp-validation-for="EnablePriceRangeFiltering"></span>
        </div>
    </div>
    <div class="form-group row">
        <div class="col-md-3">
            <nop-override-store-checkbox asp-for="EnableSpecificationAttributeFiltering_OverrideForStore" asp-input="EnableSpecificationAttributeFiltering" asp-store-scope="@Model.ActiveStoreScopeConfiguration" />
            <nop-label asp-for="EnableSpecificationAttributeFiltering" />
        </div>
        <div class="col-md-9">
            <nop-editor asp-for="EnableSpecificationAttributeFiltering" />
            <span asp-validation-for="EnableSpecificationAttributeFiltering"></span>
        </div>
    </div>
    <div class="form-group row">
        <div class="col-md-3">
            <nop-override-store-checkbox asp-for="DisplayAllPicturesOnCatalogPages_OverrideForStore" asp-input="DisplayAllPicturesOnCatalogPages" asp-store-scope="@Model.ActiveStoreScopeConfiguration" />
            <nop-label asp-for="DisplayAllPicturesOnCatalogPages" />
        </div>
        <div class="col-md-9">
            <nop-editor asp-for="DisplayAllPicturesOnCatalogPages" />
            <span asp-validation-for="DisplayAllPicturesOnCatalogPages"></span>
        </div>
    </div>
    <div class="form-group row">
        <div class="col-md-3">
            <nop-override-store-checkbox asp-for="DisplayFromPrices_OverrideForStore" asp-input="DisplayFromPrices" asp-store-scope="@Model.ActiveStoreScopeConfiguration" />
            <nop-label asp-for="DisplayFromPrices" />
        </div>
        <div class="col-md-9">
            <nop-editor asp-for="DisplayFromPrices" />
            <span asp-validation-for="DisplayFromPrices"></span>
        </div>
    </div>
</div>