You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have several thousand products in my database and many of them are above £1000, resulting in a comma, ie £1,999.99.
When this is passed to minicart, it displays NaN and will not process forward. Any amount under £1000, and therefore not using a comma goes through perfectly and I can checkout as expected.
How can I force the minicart to accept the comma? I know paypal understands them as I'm using the exact same code as on my test site that does not have minicart installed and amounts over £1000 go through successfully.
Can anyone help?
The text was updated successfully, but these errors were encountered:
Hi
I have several thousand products in my database and many of them are above £1000, resulting in a comma, ie £1,999.99.
When this is passed to minicart, it displays NaN and will not process forward. Any amount under £1000, and therefore not using a comma goes through perfectly and I can checkout as expected.
How can I force the minicart to accept the comma? I know paypal understands them as I'm using the exact same code as on my test site that does not have minicart installed and amounts over £1000 go through successfully.
Can anyone help?
The text was updated successfully, but these errors were encountered: