Close

AjaxFilters

violabg
10 years ago
#3902 Quote
Avatar
  • 28
AjaxFilters don't work on i.e. 8
Support
10 years ago
#3905 Quote
Avatar
  • Moderator
  • 1044
violabg wrote:
AjaxFilters don't work on i.e. 8


Hi,

Can you be a little more specific. Do you receive any errors and if yes what are these.

We will appreciate any details so that we can have a closer look at them.

Thanks in advance!
violabg
10 years ago
#3906 Quote
Avatar
  • 28
when you click on a filter nothing happen, inspecting the code I see a javascript error:
FiltersManager its not defined.
I'm referring to internet explorer 8
Support
10 years ago
#3907 Quote
Avatar
  • Moderator
  • 1044
violabg wrote:
when you click on a filter nothing happen, inspecting the code I see a javascript error:
FiltersManager its not defined.
I'm referring to internet explorer 8


Hi,

Thank you for the fast response!

Can you double check whether a NopFilters.min.js file is included. If you try with another browser I suppose everything is working?

Thanks again!
violabg
10 years ago
#3909 Quote
Avatar
  • 28
I'm actually testing your demo site, yes every other browser is ok.
Support
10 years ago
#3948 Quote
Avatar
  • Moderator
  • 1044
violabg wrote:
I'm actually testing your demo site, yes every other browser is ok.


Hi,

We did manage to reproduce the error. It occurs only in IE 8 and we are going to investigate it.

Thanks again for your feedback!
ylechasseur
10 years ago
#4170 Quote
Avatar
  • 104
Hi Guys,

I am in the middle of the migration and It is going very well. In fact, I like it so much, that I will not do any color change or customization at all. Again, as usual, a great work.

I upgraded the DB from 3.00 to 3.10 and then 3.20. I didn't have any conversion error message, but I have the feeling I miss something.

I have a bizarre problem with the ajax filter. If I am trying to apply a filter, I have this error message in all pages (including manufacturer's page). Do you think it could be a conversion problem ?

Best regards

Yves

Procedure or function ProductLoadAllPagegNopAjaxFilters has too many arguments specified.  
The details for the log entry.Full message:  System.Data.SqlClient.SqlException (0x80131904): Procedure or function ProductLoadAllPagegNopAjaxFilters has too many arguments specified. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection, Action`1 wrapCloseInAction) at System.Data.SqlClient.TdsParser.ThrowExceptionAndWarning(TdsParserStateObject stateObj, Boolean callerHasConnectionLock, Boolean asyncClose) at System.Data.SqlClient.TdsParser.TryRun(RunBehavior runBehavior, SqlCommand cmdHandler, SqlDataReader dataStream, BulkCopySimpleResultSet bulkCopyHandler, TdsParserStateObject stateObj, Boolean& dataReady) at System.Data.SqlClient.SqlDataReader.TryConsumeMetaData() at System.Data.SqlClient.SqlDataReader.get_MetaData() at System.Data.SqlClient.SqlCommand.FinishExecuteReader(SqlDataReader ds, RunBehavior runBehavior, String resetOptionsString) at System.Data.SqlClient.SqlCommand.RunExecuteReaderTds(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, Boolean async, Int32 timeout, Task& task, Boolean asyncWrite, SqlDataReader ds) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method, TaskCompletionSource`1 completion, Int32 timeout, Task& task, Boolean asyncWrite) at System.Data.SqlClient.SqlCommand.RunExecuteReader(CommandBehavior cmdBehavior, RunBehavior runBehavior, Boolean returnStream, String method) at System.Data.SqlClient.SqlCommand.ExecuteReader(CommandBehavior behavior, String method) at System.Data.SqlClient.SqlCommand.ExecuteDbDataReader(CommandBehavior behavior) at Nop.Data.NopObjectContext.ExecuteStoredProcedureList[TEntity](String commandText, Object[] parameters) at SevenSpikes.Nop.Plugins.AjaxFilters.Services.ProductServiceNopAjaxFilters.(IList`1 , SpecificationFilterModelDTO , AttributeFilterModelDTO , ManufacturerFilterModelDTO , VendorFilterModelDTO , Int32 , Int32 , Int32  , Int32  , Int32  , Nullable`1  , Nullable`1  , Nullable`1  , Int32  , String  , Boolean  , Boolean  , Int32  , ProductSortingEnum  , Boolean  ) at SevenSpikes.Nop.Plugins.AjaxFilters.Services.ProductServiceNopAjaxFilters.SearchProducts(IList`1 categoryIds, SpecificationFilterModelDTO specifiationFilterModelDTO, AttributeFilterModelDTO attributeFilterModelDTO, ManufacturerFilterModelDTO manufacturerFilterModelDTO, VendorFilterModelDTO vendorFilterModelDTO, Int32 pageIndex, Int32 pageSize, Int32 manufacturerId, Int32 vendorId, Int32 storeId, Nullable`1 featuredProducts, Nullable`1 priceMin, Nullable`1 priceMax, Int32 productTagId, String keywords, Boolean searchDescriptions, Boolean searchProductTags, Int32 languageId, ProductSortingEnum orderBy, Boolean showHidden) at SevenSpikes.Nop.Plugins.AjaxFilters.Controllers.Catalog7SpikesController.() at SevenSpikes.Nop.Plugins.AjaxFilters.Controllers.Catalog7SpikesController.(Int32 , Int32 , Int32 , PriceRangeFilterModel7Spikes , SpecificationFilterModel7Spikes , AttributeFilterModel7Spikes , ManufacturerFilterModel7Spikes , VendorFilterModel7Spikes  , CatalogPagingFilteringModel  , String  , Boolean  , String&  ) at SevenSpikes.Nop.Plugins.AjaxFilters.Controllers.Catalog7SpikesController.GetFilteredProducts(Int32 categoryId, Int32 manufacturerId, Int32 vendorId,
Support
10 years ago
#4178 Quote
Avatar
  • Moderator
  • 1044
Hi Yves,

We are glad you like the theme!

Can you please try to reinstall the Nop Ajax Cart plugin so that the correct stored procedure is generated in the database. We have improved it a lot in the last versions of nopCommerce with a lot of new features and performance improvements.

Please let us know if after re-installing the Nop Ajax Filters plugin the error still exists.

Best Regards!
ylechasseur
10 years ago
#4187 Quote
Avatar
  • 104
God, I am rusty ... works like a charm..

sorry guys

Thanks a lot

Yves