cancel
Showing results for 
Search instead for 
Did you mean: 

How to remove decimals from Price in magento 2.3.0?

   Did you know you can see the translated content as per your choice?

Translation is in progress. Please check again after few minutes.

How to remove decimals from Price in magento 2.3.0?

i want to remove decimals from Price in magento 2.3.0

2 REPLIES 2

Re: How to remove decimals from Price in magento 2.3.0?

hi @sekhar_n 
you can check this here https://magento.stackexchange.com/questions/96534/magento-2-how-to-remove-decimal-points-from-the-pr...
If your problem get solved then please accept it as solution.

Re: How to remove decimals from Price in magento 2.3.0?

You can replace the Magento\Framework\Locale\Format with your own version 
For details see here 

https://webkul.com/blog/change-format-price-magento-2/

In the results array changing the require precision like this

 
            'requiredPrecision' => 0,

Should get your values without decimals