Close

Profile: SDobrev

Avatar

User posts

6 years ago

Hi Travis,

The "old" CloudZoom does not support mobile devices and this is not a bug. There are a lot of changes in the plugin so it is not possible to merge the changes.

Here is the blog post for the new version.

6 years ago

Hi,

We have upgraded the CloudZoom plugin since your version. Update the plugin to the latest version following this article and there will be zoom on mobile devices.

6 years ago

Hello Travis,

Could you please provide a URL to your store where we can investigate this problem?

Thank you.

6 years ago

Hi,

All products will be upgraded to 4.00 after the official nopCommerce 4.00 release.

Which version are you using? We have updated the plugin and now the performance is improved.

If you are using the latest version of the plugin for nopCommerce 3.80 or 3.90 you can limit the shops in the shops' list by a small customization in the JS files. On the map, all shops will be visible.

Please note the search by tag and by distance will work only with the visible shops (in your case only 50 shops).

6 years ago

Hi Giampiero,

Here is an example:

private IMyService _myService;

public IMyService MyService
{
    get
    {
        if (_myService == null)
        {
            _myService = EngineContext.Current.Resolve<IMyService>();
        }

        return _myService;
    }
}

6 years ago

Hi,

Have you made any custom modifications? Most probably the ShoppingCartController constructor is changed.

If this is the case you will have to revert your changes and use property injection instead of constructor injection.

6 years ago

Hi Travis,

Could you check which customers are generating this error? If you open the full error page you will see it.

It is possible this errors to be generated by Search engines/bots.

6 years ago

Hi,

Which filters have you enabled? It is possible the new products don't have specification/attribute options.

Please submit a ticket with more information.

6 years ago

Hi,

If you are using CDN clear the cache. It is possible to receive this error because the cache of your customers' browsers is not cleared yet.

Please note that it is not a good idea to modify the code.

6 years ago

Hi,

In nopCommerce 3.9 the special price is replaced by a Tier Price with quantity 1.