Close

Profile: anton_ivanov

Avatar

User posts

5 years ago

Hello,

This is a known issue in nopCommerce. On application start, nopCommerce tries to delete the shadow copies of the .dll files of the plugins but fails because they are locked by another process.
This issue is easily fixed by disabling the overlapped recycle of your application pool.

Note: Please note that, although it says the name of our plugin in the error description, this error is caused by nopCommerce. If you remove the plugin from your store you will still get the same error, just for another plugin.

Hope that helps!

Bugs
5 years ago

Hello,

Thank you for reporting this issue!

It has been fixed in the latest version of the plugin. You will need to download and update the newest version of the Store Locator plugin on your store.

You can read more on how to update a plugin in this article from our documentation.

Hope that helps!

5 years ago

Hello,

The advanced search is enabled when a Search Option is chosen or the Search in Descriptions setting is checked in the Administration -> Nop-Templates -> Plugins -> Instant Search -> Settings page.

If you don't select a search option and uncheck the search in descriptions setting you won't have the advanced search enabled.

Hope that helps!

Hello,

It isn't really clear what you want. Can you elaborate more? Also, any image representation would really help.

5 years ago

Hello Jakub,

You will need to do some code customization for that.

Edit the ~/Themes/Venture/Content/scripts/venture.js file and change the code on line 754 from

mute: 1,

to

mute: 0

Hope that helps!

5 years ago

Hello,

As the error suggests you the HtmlString and String are not compatible types. You will have to convert the result from @Html.Raw(Model.ShortDescription) to string before assigning it to the thephone variable, like this:

[email protected](Model.ShortDescription).ToString();

Hope that helps!

Bugs
5 years ago

Hello,

The fix doesn't prevent the user from answering the ticket when he is impersonated. It prompts him to inform him that he is impersonated. The user can then decide if he still wants to answer the ticket.

Hope that helps!

Bugs
5 years ago

Hello Tommy,

In order for the left side menu to show categories, you will need to have Category Menu Items with the Template setting set to List or With Pictures.

You can check the configuration of the Mega Menu plugin in our demo store in the Admin Demo here.

If that doesn't fix your issue please submit a ticket with admin credentials and URL to your store.

Hope that helps!

5 years ago

Hello,

Unfortunately, no. Our products only come with the English language. You can easily translate all of the resources of the theme and plugins from Administration -> Configuration -> Language -> edit language -> String Resources though.

Hope that helps!

5 years ago

Hello,

You can already search by name in the Kendo Grid that is populated by Html Widgets. You need to click on the little funnel that is in the "Name" column header (see the picture below). After that you can select your search terms and search.



Hope that helps!