Plugins dependency from nopCommerce 4.30 to 4.40

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
3 года назад
Hi,
We are planning to develop a new e-commerce site using nopCommerce. We have already done a similar work with nopCommerce 4.30. Now we want to move to nopCommerce 4.40.x as our client is requesting to move to this version.

Can you please clarify us, if the plugins and themes which we used on nopCommerce 4.30 will work without any issue on 4.40.x or is there any dependency which needs to be resolved.

Kindly advice.

Regards
Heartine Lazar
3 года назад
Unfortunately, your 4.30 plugins will not work with 4.40.x.

A lot of the methods/services have changed, and have also moved to Async for virtually everything.
3 года назад
Thanks for the quick turn-around.

Saved our time.

Regards
2 года назад
It's not that much hard to upgrade from 4.3 to 4.4 mainly you have make your methods asynchronous. Example in 4.4 Install become InstallAsync. It's just naming convention you have to put await on every asynchronous method calling and also add the async keyword on caller method.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.