Hi,
Unfortunately the grandchild categories are not available in the model, so you won't be able to show them anyway. As to replacing DataTable helper with a foreach you can refer to the post above.
Best Regards,
Nop-Templates.com Support Team
Hi,
By what you have described it looks like you have a css problem and I don't think you should change the markup of the Ajax Filters. I am not sure how familiar you are with css but basically you can achieve everything only by css changes.
You can checkout this web site that has the filters positioned above the category products.
http://www.bulrushop.com/c/95/diamond-necklaces
We could advice but you need to send us a link to your web site without any modifications to the Filters, so that we can take a quick look and help.
Thanks
Hi,
In order to set specific styles for each main category you need to change the code in the CategoryMenuTemplate.WithPictures.cshtml.
foreach (var category in Model.CategoriesModels)
{
<li><a href="@Url.RouteUrl("Category", new { SeName = category.CategoryModel.SeName })">@category.CategoryModel.Name</a>
@if (category.SubCategories.Count > 0)
{
<div class="dropdown categories fullWidth @category.CategoryModel.Id">
Hi TSPEARMAN,
Thank you for the code but I still don't see how the sorting of the products relates to the price calculation.
Could you please let us know exactly what is not working in the sorting?
Thanks