Hi,
Sure it is possible. You can change the markup to whatever you want. You can simply add the category id as a class to each dropdown and then style them via these additional classes.
Best Regards,
Nop-Templates.com Support Team
Hi Tom,
Could you let us know which version of the Ajax Filters and nopCommerce respectfully you are using?
Also what changes exactly you have made in the code - "we've tweaked the code around the page load to compensate for the £0 values (ignore them)".
This way we could advice if it will be possible to make the Ajax Filters work in the same way.
Thanks
@{
var relatedProducts = Html.Action("RelatedProducts", "Catalog", new {productId = Model.ProductId});
divs.Add(new KeyValuePair<string, string>("tabs-rp", relatedProducts.ToString()));
<li><a href="#tabs-rp">Related Products</a>
</li>
}