NopCommerce 4.30 Roadmap Offer

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
4 years ago
There is no straight cut solution for this. DateTime is used many different ways for many different reasons in nopCommerce.

Usually DateTime input field takes value fom a user in local time. Then system converts it to UTC time and saves to database. Again when it’s time to show it to the user, system converts that UTC time to local time. These things are managed by DateTimeHelper class.

In your case, you can take input value in persian local time, then convert it to Gregorian local time and finally Gregorian local time to UTC time. You can add methods for these to DateTimeHelper class to make it easier.
4 years ago
We have a NopCommerce shop running for about three years now and are huge fans! We've been waiting for a couple of features, so if we can vote then our top three would be:
(top priority) #279 Quote (proposal) feature
#1 Ability to assign catalog price per currency
#5 Multiple invoices per order

When do you intend to release 4.30?
4 years ago
MaxM wrote:
When do you intend to release 4.30?

We plan to release the beta version in about one week. Then we'll release the RTM version 4.30 in about two more weeks
4 years ago
Great news 👍
4 years ago
a.m. wrote:
We plan to release the beta version in about one week. Then we'll release the RTM version 4.30 in about two more weeks

Great !! Waiting for beta version !!
4 years ago
a.m. wrote:

We plan to release the beta version in about one week. Then we'll release the RTM version 4.30 in about two more weeks



Sounds Good.

Eagerly waiting for new version
4 years ago
Great news!!!!!  Congratulations Team for successfully using Linq2DB instead EF.









//Sohel
4 years ago
Waiting...
4 years ago
a.m. wrote:
When do you intend to release 4.30?
We plan to release the beta version in about one week. Then we'll release the RTM version 4.30 in about two more weeks


Nice on this corona quarantine time we can test it. Current code has many issue hope it will fix before beta.

Thanks,
Jatin
4 years ago
rajupaladiya wrote:
#3643 - Critical reward point issue.

This should be fix in 4.30.


Agreed with Mr.Raju
I also face this critical issue while working with Rewards point, and this issue need to be fix by Nopcommerce. Hope they have fixed in this new 4.30 release.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.