Close

Profile: Support

Avatar

User posts

lnetdev5 wrote:
hello, wanted to know if there is anyway to disable the nop ajax filters in the manufacturer page??
no admin option, and i'm having difficults to find the relevance changes in the plugin views or any views..

any help?
thanks.


Hi LNETDEV5,

Currently there is no setting for doing that. We are going to add it in the new version for nopCommerce 3.2 that will be released in a week. I can suggest to you to wait a week and then use the new version of nopCommerce as it has a lot of bug fixes, improvements and new features as well.

If you still want to change this in your version of nopCommerce, please send an email to our support email and we will give you instructions how to achieve it.

Hope that helps!

Schema.org
10 years ago

dkl73 wrote:
you don't use html markup Schema.org? And will you use it?


Hi dkl73,

Currently we do not use schema.org as nopCommerce does not use it and we are bound to it. You can post this suggestion in the nopCommerce forums as well. We think it is a good idea.

Thank you for the suggestion!

hkreklame wrote:
I've done exactly this, but i get the following error.

Could not load file or assembly 'AutoMapper, Version=2.0.0.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)


Hi,

Is there any particular reason why you do not use the AutoMapper that comes with the official nopCommerce version. If you do not use any specific functionality from AutoMapper 2.1.0.0 that is not present in the AutoMapper 2.0.0.0 I strongly recommend using the official version of the assembly. Please have in mind that all our products are guaranteed to work only with the official releases of nopCommerce and not with any custom nopCommerce builds. You can try to make a binding redirect in the web.config file, so that when searching for AutoMapper 2.0.0.0 the runtime to load AutoMapper 2.1.0.0, but again this is not recommended and plugins are not guaranteed to work as expected.

Hope that helps!

10 years ago

Ryan wrote:
Please append "ResourceLocation.Foot, " to all of the script tags. Loading them in the head of the site is causing huge optimization issues. I am seeing load times cut in half just by adding the scripts to the bottom. Logic should always load AFTER content.

On a side note, It would be nice to inform us that you are using KendoUi


Hi Ryan,

Thank you for your feedback!

Would it be possible to share some more information related on this matter.
Have you tried specifying the ResourceLocation.Foot in the views when appending the scripts. As you know all our views are open to modifications and you can change the way the scripts are included.
Did you have your scripts bundled when testing the performance. We will make some performance tests ourselves and if needed we will append our script to the bottom. I think the best solution will be to add them in the bottom and include the bundle in the bottom.

Your feedback is highly appreciated!

Best Regards!

10 years ago

sunnyw wrote:
How about a reminding rule that will trigger on the month of Customer's Birthday?


Hi sunnyw,

I think this is really a good idea. We will consider implementing it for the release of nopCommerce 3.2 You can propose it in our user voice portal so that other customers can vote for it too.

Thanks for the suggestion!

10 years ago

cicciuzzo wrote:
Hi

My Categories  Header Menu I would link to have only two level navigation ...

My Categories are organization to more level but I needed only two.

For example "Men > Pants" and not "Man > Pants > pizza ;) "

It's possible! How I to do?

hi


Hi,

You can use the Nop Mega Menu plugin and set the categories template to be Categories In List and uncheck the "Show categories in a single menu:" option. Thus you will have a list of all first level categories in the menu and when hover on you will see a category subcategories. You will not see the categories from level 3 and above.

Hope that helps!

10 years ago

cicciuzzo wrote:
hi

how can I do the upgrade all plug-in without losing the changes made in version 2.80??

I'm interesting to new feature.

hi


Hi cicciuzzo,

You need to perform the upgrades to 3.1 following the scenario:

1. Run the nopCommerce upgrade script from 2.8 to 3.0 on your database
2. Run the 7Spikes upgrade script from 2.8 to 3.0 on your database
3. Run the nopCommerce upgrade script from 3.0 to 3.1 on your database

Then copy all the plugins version 3.1 to your Plugins folder of your nopCommerce 3.1 website.

Thus you should have your site running on 3.1 with the same db.

If you have made any customizations on the plugins, you will need to merge them to the corresponding plugins for version 3.1.

For more information you can refer to our online documentation and the upgrade sections for each plugin.

Hope that helps!

11 years ago

olgusha-g wrote:
Hello!
Our programmer at my request remade part of a nop commerce code and now it is possible to see at once what goods is available and what aren't present.
It wouldn't be bad to realize it in the form of a separate plugin

You can see it here
http://www.happykidshop.ru/buggy-boom-8833


Hi OLGUSHA-G,

Thank you for your suggestion and follow up. I agree it is much more user friendly. We will consider implementing it after the 3.2 release that is coming.

Thanks again!

11 years ago

imprintableswarehouse wrote:
With the Nop Mega Menu you can show categories up to 3 levels of depth. This can be done if you uncheck the "Show products in a single menu" and use the CategoriesWithPictures option for showing the categories.

Thank you for the response. We would only need three levels but do not want to use images.

What we're looking for is something like this

Is this possible?


Hi,

Unfortunately there is no possibility to have similar display with the Nop Mega Menu plugin. As we think it will really add value to the plugin, we are going to implement this functionality after the release of nopCommerce version 3.2 which is going to happen in two weeks on 11th of December.

Thank you again for the suggestion!

Best Regards!

11 years ago

jsyles wrote:
I'm a newbie to nopcommerce and .net. Can someone please show me what to change in the ProductTabs.chstml file to change the Tabs order. I'm trying to have the Overview in position #1, my Custom Tabs following (I need several Custom Tabs) and the Review Tab always last following any Custom Tabs.

I opened the ProductTabs.chstml file in Visual Studio and am overwhelmed!

Thanks and much appreciated!


Hi jsyles,

We have implemented display ordering for the specific tabs in the plugin. Now you can set display order for each tab and in the public part the tabs will be displayed in that order.
In order to make use of this functionality you need to download the latest version of the Nop Quick Tabs and update the plugin following the article.

Best Regards!