Hi,
The panels can be reordered by modifying the NopFilters.cshtml view located in SevenSpikes.Nop.Plugins.AjaxFilters\Views\Components\NopAjaxFilters directory.
On line 174 (version 4.30) are the panels.
<div class="filtersPanel">
@priceRangeFilter
@onSaleFilter
@inStockFilter
@specificationsFilter
@attributesFilter
@manufacturersFilter
@vendorsFilter
</div>
Hi,
Our view engine is with higher priority and this is the reason why your view is not loaded. You should register your view locations before ours.
Hi,
The Smart Product Collections plugin is used and this is a category collection. The picture on the right is the category picture.
In the theme documentation, you will find out detailed information on how to configure the plugin.
Hi,
We have released an updated version of the Ajax Filters with MySQL support.
Hi,
Yes, it is possible. There is a Custom Link type menu item.
Hi,
Please check in the System Log of the nopCommerce. There should be an error logged.
Hi,
Unfortunately, this is not supported by nopCommerce.
Hi,
Make sure you are setting the correct topic SeName when you building the URL and try restarting the application from the IIS. Also, you can try to make a simple modification like adding a text in the markup to make sure you are editing the correct file.
Hi,
You shouldn't change the method signature. Use the method overloading if you want to add additional parameters. That way the Quick Tabs plugin will use the default nopCommerce method.
The search orders method is used by Quick Tabs for the Product Review tab. Alternatively, you can disable it.
Hi,
The problem is fixed in version 30304 for nopCommerce 4.0. Update the plugin and the problem will be resolved.