This extension is permanantly moved to https://github.com/sagoontech/magento2-price-decimal

If you have installed this then please disable it: bin/magento module:disable EasyMart_PriceDecimal


This extension will allow you to remove only .00 from your frontend product prices.

Remove ".00" decimal from price in magento2

For Example,

$500.00 => $500

$19.99 => $19.99

Removes from:

  1. Catalog Page
  2. Product view page
  3. Compare page
  4. Cart page
  5. Checkout page
  6. Mention if you know other places ;)