Close

Profile: Boyko

Avatar

User posts

Bugs
10 years ago

PAS wrote:
Submitted. What is next?


You will get a reply to your ticket. There is no need to write here anymore.

Thanks

Bugs
10 years ago

PAS wrote:
I use NopCommerce 3.30 and Ajax Filters 3.3. I tried to restart NopCommerce, but nothing changes.


Because we can't reproduce this problem we might access to your web site.
Please submit a ticket in our ticketing system, so that our conversation remain private when you send us the credentials to your store.

Thanks

10 years ago

haknesh wrote:
Any suggestion?


Hi haknesh,

Could you please download the Ajax Filters plugin again and install the latest version of the plugin (I know you have downloaded it a few days ago but please do it again).
Then during the installation the Ajax Filters will import the missing resources for all active languages you have in your nopCommerce installation. Then you will be able to find it and change them.
Please let me know if everything is OK with the resources after the update!

Thanks

Bugs
10 years ago

PAS wrote:
It happens everytime when I uncheck the last checkbox or use "clear all". Seems like the filters can't restore the state when all products should be displayed again. I never saw this problem before. Seems it is related with Specification filters, but I don't know how?


Hi PAS,

Do you have this problem after you restart your nopCommerce? Have you made any modifications to the nopCommerce source code or you are using the official 3.4 version without any modifications?

Thanks

Bugs
10 years ago

PAS wrote:
I found one more bug. It is in the Specifications Filter. When I check some specification it works fine, but if I uncheck this or use "Clear" button, it raise an error. I can see in browser "Loading page failed". I also can see in Visual Studio an Argument Exception. I get it in Extensions.cs file in a string: "var result = acquire();". How to fix this?


Hi PAS,

I don't think your previous problem was a real bug.
About the issue you have now, it seems to be some caching issue in nopCommerce.
This file Libraries\Nop.Core\Caching\Extensions.cs contains the caching extension methods in nopCommerce. We haven't had such an issue in all our demo store (all of them have the Ajax Filters enabled) i.e http://demos.nop-templates.com/laptops. Can you reproduce it on your machine or it is some sporadic problem you have had only once?
Maybe it is related to the caching and the Clear Cache task in nopCommerce.
Have you received this error before without using the Ajax Filters?

Thanks

ScardAdmin wrote:
we have an exception on product details page, the log is follows


Hi ScardAdmin,

You have sent us an email, so we will reply by email. Please don't duplicate posts and sending emails at the same time. It is best to use our ticketing system and submit tickets.

Thanks

Jacob wrote:
Hello,

We have been previously using NopRibbons in one of our projects and we had a great experience with the plugin. Now, we are trying to upgrade them to 3.40 version.

When we use any controller that shows a lists of products (where we should be seeing the ribbons) we are getting an error because the route ProductRibbons/RetrieveProductRibbons can't be found (404).

As far as we can see, the plugin is correctly installed. We can see it in the administration panel, plugins menu, and also when debugging PluginManager.Initialize, where all plugins are installed. All the plugins DLL are the 3.40 ones, with their correct description.txt.

Help would be greatly appreciated.


Hi Jacob,

Do the ribbons appear on your site or not? If they appear then these errors are caused by something else as getting such errors in the Log means that someone has tried to open this url ProductRibbons/RetrieveProductRibbons with a Get request. For example if you try to open this url in the browser- www.yourstorename.com/ProductRibbons/RetrieveProductRibbons,  you will get the page not found page and an Error in the Log and that is a normal behavior.  
The RetrieveProductRibbons action accepts the product ids of all the products on the current page that is why it should be used to post data to the server via an ajax request.

Is it possible to send a link to your web site, so that we can take a look and advice?

Thanks

10 years ago

haknesh wrote:
I'm just trying the ajax filters. so far very happy with it, but when i change my language to dutch, then is see no dutch tekst in the price filter, but some resource propertie? how to get this right?


Hi haknesh,

Please check out this video that explains how to search and change resources in nopCommerce.
Which version of nopCommerce are you using?

Thanks

Bugs
10 years ago

PAS wrote:
Filters isn't visible. I tried to place it into different widget zones, but nothing changes. I can see "You are running a Trial version of Nop Ajax Filters" in the current widget zone sometimes, but nothing more. How to make these filters visible?


Hi PAS,

If you see the message that you are running a trial version then this means that the Ajax Filters are properly integrated into your web site.
So you probably don't have any products that can be filtered.
Maybe all your products are featured products or all of them have the same price or none of them has any attributes or specifications etc.
Can you send a link to your web site, so that we can take a look?

Thanks

guptapiyush wrote:
Hi,

I want to know the feature of these check box in admin section Enable Ajax Filters, Enable Ajax Filters As Widget,

1. When I unchecked the Enable Ajax Filters As Widget check its hide all the options in admin section also hide the widget from the front section.

2. When i unchecked the Enable Ajax Filters check its noting doing in the admin section but it also hide the widget from the front section.

It seems that both check box is working same like hide the widget on the home page so why you have given these two check box.

Look forward hear from you.


Hi guptapiyush,

You can notice a difference between the two only if you have Multistore setup.
In short - one is store specific setting and the other is not.
The Enable as a Widget is a general setting for all stores only and when disabled the plugin will not be integrated in none of the stores.
While the Enable Ajax Filters is a setting per store. Using this setting you can disable the Ajax Filters in one of the stores and enable them in the other stores.

Hope this helps!

Thanks