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
When final version is going to released?

a.m. 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
7 years ago
Iuzundal wrote:
When final version is going to released?

Please see this post of mine
7 years ago
Nop-Templates.com wrote:
...
p.s: Maybe you should create nopCommerce-3.9-beta2 branch as a lot of changes were made since the initial beta and many people may find bugs that are already fixed. Just an idea.


Andrei,

Similar to above suggestion, on this 'announcement'
the link for "BETA 3.90 - Source code" has not changed.  Can we get a rar for beta2?
7 years ago
Nop-Templates.com wrote:
Hi Andrei,

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

[i]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.
...


Also, you should also mention, or even better, update the shippingbyweightenabled setting appropriately.  Currently the upgrade script defaults it to False, meaning use Fixed Rate.

 --new setting
IF NOT EXISTS (S.ELECT 1 FROM [Setting] WHERE [name] = N'fixedorbyweightsettings.shippingbyweightenabled')
BEGIN
  I.NSERT [Setting] ([Name], [Value], [StoreId])
  VALUES (N'fixedorbyweightsettings.shippingbyweightenabled', N'False', 0)
END


It should then UPDATE it if shippingsettings.activeshippingratecomputationmethodsystemnames LIKE  "%Shipping.ByWeight%"
7 years ago
New York wrote:
Similar to above suggestion, on this 'announcement'
the link for "BETA 3.90 - Source code" has not changed.  Can we get a rar for beta2?

Hi,

We plan to release the new version tomorrow. So it's a little bit late. Anyway, you can always download the latest version by going to github > clone or download > download zip
7 years ago
New York wrote:
Also, you should also mention, or even better, update the shippingbyweightenabled setting appropriately.  Currently the upgrade script defaults it to False, meaning use Fixed Rate.

 --new setting
IF NOT EXISTS (S.ELECT 1 FROM [Setting] WHERE [name] = N'fixedorbyweightsettings.shippingbyweightenabled')
BEGIN
  I.NSERT [Setting] ([Name], [Value], [StoreId])
  VALUES (N'fixedorbyweightsettings.shippingbyweightenabled', N'False', 0)
END


It should then UPDATE it if shippingsettings.activeshippingratecomputationmethodsystemnames LIKE  "%Shipping.ByWeight%"

Thanks a lot! Sure. We'll fix it soon (work item)
7 years ago
a.m. wrote:
Can you please enable the default one? Do you experience this issue with the default built-in theme?

He can not, because it is ours custom theme demo page :)

XtremeCommerce wrote:
Please also take a look here: http://theme10.nopcommerce.pl/ and select en-rtl from the dropdown languages.

As you can see, it goes from Featured Product directly to the footer, News and Poll are not diplayed, I hope this is of help to you.

Ron, there is no news or polls added for EN-RTL language, that is why you can not see it on the home page :)
So that is not any issue, just working as it should be.
7 years ago
Thank you Patrick

Yes I do understand that now, which is why i asked if this was "by design" in original post :)

"I am working on our new theme, and noticed that in the 3.90 Default Clean Theme the "Home Page News" and "Home Page Community Poll" does not display in RTL, is this by design ?."
7 years ago
I am getting error on 3.90 beta when I click on Edit on Low stock report page.

An exception of type 'System.IO.IOException' occurred in mscorlib.dll but was not handled in user code

Additional information: The process cannot access the file '..\Presentation\Nop.Web\content\images\thumbs\default-image_100.png' because it is being used by another process.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.