- 25
Hi
I want disabled "Price Range Filter Slider" if ShoppingCartEnabled=false
How can get this setting in "PriceRangeFilterSlider.cshtml" file?
I add this code in to "PriceRangeFilterSlider.cshtml":
But not work
I want disabled "Price Range Filter Slider" if ShoppingCartEnabled=false
How can get this setting in "PriceRangeFilterSlider.cshtml" file?
I add this code in to "PriceRangeFilterSlider.cshtml":
@using Nop.Web.Controllers;
@if (ShoppingCartEnabled)
{}
But not work