nopCommerce 4.10 BETA released. Please share your impressions

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
5 years ago
namvo wrote:
why did we drop LocalizationExtensions from Nop.Service ?

category.GetLocalized(x => x.Name) now be replaced by a clumsy synctax _localizationService.GetLocalized(category, x => x.Name)


Hello.
Because you cannot override extensions. Being able to override methods is very important in order to customize the solution.
5 years ago
Hello everyone,
nice job! But I have one question. Why are't GDPR consents localized?

Martin
5 years ago
zwi0009 wrote:
Hello everyone,
nice job! But I have one question. Why are't GDPR consents localized?

Martin


GdprTools.cshtml for the customer and Gdpr.cshtml in admin is at least localized
5 years ago
Sorry, my bad. Only 1 language installed. :)
5 years ago
Great News.. Congratulations. Will share thoughts after review.
5 years ago
I just heard there is a new social media tax imposed in some countries. I was not able to catch the name of the country but I thought it was EU. Question, does the solution handle this by chance?
5 years ago
I copied everything under the presentation release folder to the .NET Core Ubuntu but received an error on run.

C:\nopCommerce_4.10_Beta_Source\Presentation\Nop.Web\bin\Release\netcoreapp2.1\*

Error:
  An assembly specified in the application dependencies manifest (Nop.Web.deps.json) was not found:
    package: 'AutoMapper.Extensions.Microsoft.DependencyInjection', version: '4.0.1'
    path: 'lib/netstandard2.0/AutoMapper.Extensions.Microsoft.DependencyInjection.dll'


Do we need to copy the release files under all the libraries too? What about Nop.Web.Framework and the plugins?

Also note the folder path in the error message is netstandard2.0 and not 2.1. Is this correct?

BTW, here is the commands I used on the server if it helps anyone:
  sudo mkdir /var/www/nopCommerce
  sudo rm -r /var/www/nopCommerce/*
  sudo cp -a /home/developer/ftp/files/. /var/www/nopCommerce/      <-- Developer is the FTP user account
  sudo dotnet /var/www/nopCommerce/Nop.Web.dll

Thanks for the help.
5 years ago
Tecnofin wrote:
In the release notes it says:
● Removed PayPal Direct plugin from the solution
● Removed FedEx plugin from the solution

Does that mean that the Nop team will no longer support those plugins?

Hi Eduardo,

1. This PayPal API doesn't work anymore (for newly registered merchants). So we won't support it
2. We'll publish and support FedEx on our marketplace
5 years ago
.NET Core is supposed to be faster than .NET Framework right? And one of the goals of 4.1 was to improve performance. It would be awesome to get some benchmarks comparing 4.0 with 4.1. Nop team, are you able to do this?
5 years ago
nopCommerce Moderator,

Do you mind confirming if and/or when this version will run on Linux servers?

https://github.com/nopSolutions/nopCommerce/issues/3095

Much appreciated!
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.