- 4
Hi
I would like to move the AJAX filters to the top of the right side column.
I started following the instructions provided for manual integration, but ran into a brick wall when trying to find the Category.cshtml file. Which file am I supposed to modify to move the filters to the top right? I have modified the _ColumnsThree.cshtml and added the smaple code in there, but which file is used in v2.3 for the next step?
In other words, in which file do I add this code?
@section nopAjaxFilters
{
@Html.Action("GetFilters", "NopAjaxFilters")
}
I am using the standard theme.
Many thanks
I would like to move the AJAX filters to the top of the right side column.
I started following the instructions provided for manual integration, but ran into a brick wall when trying to find the Category.cshtml file. Which file am I supposed to modify to move the filters to the top right? I have modified the _ColumnsThree.cshtml and added the smaple code in there, but which file is used in v2.3 for the next step?
In other words, in which file do I add this code?
@section nopAjaxFilters
{
@Html.Action("GetFilters", "NopAjaxFilters")
}
I am using the standard theme.
Many thanks