Hi,
All your steps are correct, so maybe the IIS has cached the files and restarting the application resolved your problem.
Hi,
Please submit a ticket with more information about your problem.
Thank you!
Hi,
The Category filter is not added by the Ajax Filters plugin. It is nopCommerce functionality and this is the reason why the plugin can't hide it.
Hi,
Please suggest your idea in our UserVoice portal and if the users vote up for it we will consider implementing this feature.
Hi,
The resource is missing. By default, it is added by the theme automatically on installation.
You can manually add it from Configuration -> Languages -> Edit -> String Resources. Create a new one with "Sevenspikes.Themes.Admin.ManageResources.Traction" name and "Manage Resources" value.
Hello,
This problem is already fixed in version 3.4.
Hello,
You can sort the filter panels and filter options by Display Order.
To change the display order of the specification attributes go to Catalog -> Attributes -> Specification Attributes. On that page, you will find the display order of the specification filter panels. If you want to change the display order of the specification options click Edit and go to the Options tab.
The Product Attributes display order in on the product edit page. Please note you should edit all products that are using specific attribute.
For example, if you have 2 products with Size attribute you should edit the display order of the attribute on both of the products.
Hi,
I checked the code and in version 3.8 the condition is checking only the MarkAsNew property of the product.
In version 3.9 (after version 24346) and 4.0 the MarkedAsNew condition is taking into consideration Mark as New Start Date and Mark as New End Date.
Hi,
Opening the category with viewMode=list or grid in the URL is setting the view mode.
http://demos.nop-templates.com/computers#/viewMode=list
Your approach to redirect to the page with viewMode parameter should work. The other variant is to change the view mode with JS/jQuery on page load.
Hi,
Yes, the plugin is taking into account the marked as new start date and end date.