Solved! Go to Solution.
You can get the function of getValue() from JS file.
Your location would be from Checkout Module,
vendor/magento/module-checkout/view/frontend/web/js/view/summary/grand-total.js
getValue: function () { return this.getFormattedPrice(this.getPureValue()); }
You can get the function of getValue() from JS file.
Your location would be from Checkout Module,
vendor/magento/module-checkout/view/frontend/web/js/view/summary/grand-total.js
getValue: function () { return this.getFormattedPrice(this.getPureValue()); }
Thanks! It's working. Also, during checkout I had to run through different modules to take care of all prices, such as Magento_Weee and Magento_Tax.