Hi
https://magento.stackexchange.com/questions/323286/product-price-displaying-incorrect-for-the-price-...
I'm having issue with the product price in mini cart and cart pages.
When the product price to less than the billion then it was displaying correct, if the price is more than billion then displaying this number 1 billion(100.000.000,00)
In total it was displaying the correct, but in price areas displaying 1billion.
FYI:
1. vendor/magento/module-quote/Model/QuoteValidator.php: const MAXIMUM_AVAILABLE_NUMBER = 10000000000000000;
2. decimal(20,6) in all price tables.
Please help.
Thanks,
@Kiran