vedran wrote:How to implement the filter on multiple category template (Products in Line or Grides, Products in Line or Grides1, Products in Line or Grides2, ...)?
Hi vedran,
The Nop Ajax Filters use a template with exactly the same name as the Category template of the current category. By default in nopCommerce there is only one template - CategoryTemplate.ProductsInGridOrLines.
So the Filters have only one template:
Plugins\SevenSpikes.Nop.AjaxFilters\Views\Catalog7Spikes\CategoryTemplate.ProductsInGridOrLines.cshtmlIf you have other category templates then you need to copy the existing one and to rename it to match the name of your template. You need to keep the new template in the same directory as the existing default one.
Plugins\SevenSpikes.Nop.AjaxFilters\Views\Catalog7Spikes\Hope this helps!