-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] NaN Undefined on Store with Very Large Integers #4900
Comments
@jeffcorpuz nice find. Is this a regression introduced in rc.8? |
@kieckhafer can you take a look at this? |
So it looks like this breaks for us inside of And it seems that it has something to do with the us using However, it still displays fine in the side bar, even with the commas inside the database - although they are coming from the The solution is probably to try and save the strings without a comma in them - although still trying to figure out why the |
Issue Description
When declaring a product's price more than 3 significant figures (1 x 10 ^ 3), NaN Undefined results up on the Store.
Where as when in the product's detailed page, the real price will be shown.
Note: Does not matter if the Compare At Price is very large
Examples :

Steps to Reproduce
Please provide starting context, i.e. logged in as a user, configure a particular payment method.
Versions
2.0.0-release-rc.8
The text was updated successfully, but these errors were encountered: