-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Uncaught TypeError: utils.formatPriceLocale is not a function #35905
Comments
Hi @jorgb90. Thank you for your report.
Make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, Add a comment to the issue:
For more details, review the Magento Contributor Assistant documentation. Add a comment to assign the issue: To learn more about issue processing workflow, refer to the Code Contributions.
🕙 You can find the schedule on the Magento Community Calendar page. 📞 The triage of issues happens in the queue order. If you want to speed up the delivery of your contribution, join the Community Contributions Triage session to discuss the appropriate ticket. ✏️ Feel free to post questions/proposals/feedback related to the Community Contributions Triage process to the corresponding Slack Channel |
This seems to also affect the cart and checkout.. [ERROR] Failed to load the "Magento_Tax/checkout/summary/subtotal" template requested by "block-totals.subtotal". jquery.js:4050 jQuery.Deferred exception: Unable to process binding "if: function(){return !isTaxDisplayedInGrandTotal && isDisplayed() }" |
Mm solved it. Was not a core issue. |
@jorgb90: what was the issue? I've got the same on a project. |
Module magento2-price-demical from lillik is the source of the problem. See: lillik/magento2-price-decimal#78 |
thanks @verhaeghep - it'll be the same for this project too. |
Preconditions and environment
Steps to reproduce
Expected result
No JS error
Actual result
price-box.js:153 Uncaught TypeError: utils.formatPriceLocale is not a function
at $... (price-box.js:153:41)
at underscore.js:723:29
at Function.each (underscore.js:1335:17)
at $...reDrawPrices (price-box.js:148:15)
at $...reloadPrice (widget.js:132:25)
at HTMLDivElement.dispatch (jquery.js:5430:49)
at elemData.handle (jquery.js:5234:47)
at Object.trigger (jquery.js:8719:28)
at HTMLDivElement. (jquery.js:8797:30)
at Function.each (jquery.js:385:35)
Additional information
No response
Release note
No response
Triage and priority
The text was updated successfully, but these errors were encountered: