nopCommerce 3.90 BETA released. Please share your impressions

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
7 years ago
Hi Hristo and Boyko,

Thanks a lot! I've just created work items for all reported issues and suggestions (one, two, three, four)
7 years ago
Nop-Templates.com wrote:


Also we usually change the verbosity of the MiniProfiler in order to see which actions are taking the most time. I think this should be set to Verbose by default as otherwise the information is useless as it basically shows the page load time which you can see in the network tab in the browser anyway.

Here is the simple change:

MiniProfiler.Start(ProfileLevel.Verbose);




Hi, Boyko.
I've just tried to make these changes in the code and noticed that
ProfileLevel 
is no longer in use, it's been mark as obsolete three years ago. Accordingly, it makes no sense to set it in the constructor.
Or did I miss something?
7 years ago
RomanovM wrote:

Hi, Boyko.
I've just tried to make these changes in the code and noticed that
ProfileLevel 
is no longer in use, it's been mark as obsolete three years ago. Accordingly, it makes no sense to set it in the constructor.
Or did I miss something?


Hi RomanovM,

Yes, it is marked as obsolete but it still works like a charm and we have been using it for the last 3 years without any problems :)

Basically "obsolate" means that it will be removed in some of the next releases or that there is some other "preferred" way of doing it but we haven't found another easy way to show more detailed information so far.

So I think it is OK to use it for now. If they completely remove it in the future they should offer some alternative  way of showing more verbose information and then we can change it.

Thanks
Boyko
7 years ago
Congratulations!
7 years ago
Hi Andrei,

is it possible to add the store id as a token for the customer order number?
7 years ago
RomanovM wrote:

Hi, Boyko.
I've just tried to make these changes in the code and noticed that
ProfileLevel 
is no longer in use, it's been mark as obsolete three years ago. Accordingly, it makes no sense to set it in the constructor.
Or did I miss something?


Hi Maxim,

Actually I just tested this in version 3.90 and I can see more detailed information (although it is not shown all the time for some reason).
So you can ignore this request and the leave the code as it is.

Thanks
Boyko
7 years ago
Hi Andrei,

You should add the steps below for modifying the InstalledPlugins.txt file to the upgrade instructions Readme.txt file (https://github.com/nopSolutions/nopCommerce/blob/develop/upgradescripts/3.80-the%20next%20version/Readme.txt).

Combine "Fixed Rate Shipping" and "Shipping by weight" plugins into single one. Upgrade
instructions: do not forget to manually delete "/Plugins/Shipping.FixedRateShipping" and
"/Plugins/Shipping.ByWeight" directories (they are not used anymore) and replace the plugin
«Shipping.Fixed Rate» or «Shipping.ByWeight» by the plugin «Shipping.FixedOrByWeight» in
the App_Data/InstalledPlugins.txt file.
● Combine "Nop.Plugin.Tax.CountryStateZip" and "Nop.Plugin.Tax.FixedRate" plugins into single
one. Upgrade instructions: do not forget to manually delete "/Plugins/Tax.FixedRate" and
"/Plugins/Tax.CountryStateZip" directories (they are not used anymore) and replace the plugin
«Tax.Fixed» or «Tax.CountryStateZip» by the plugin «Tax.FixedOrByCountryStateZip» in the
App_Data/InstalledPlugins.txt file.
● Renamed "Froogle" plugin to "Google Shopping". Upgrade instructions: manually delete
/Nop.Web/Plugins/Feed.Froogle/ directory


Most store owners won't read the ReleaseNote and may not notice that these steps are required and will be surprised why some of the plugins are not working.

Thanks
Boyko
7 years ago
Nop-Templates.com wrote:
...you should add the steps below for modifying the InstalledPlugins.txt file to the upgrade instructions Readme.txt file...

Hey Boyko,

You're absolutely right. Thanks. Done
7 years ago
Hi,

I can't install application nopCommerce (beta 3.90) when I use settings UseFastInstallationService = TRUE.
7 years ago
nop4you wrote:
I can't install application nopCommerce (beta 3.90) when I use settings UseFastInstallationService = TRUE.

It wasn't done in BETA. We'll support it before the final version
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.