Magento 2.1 – How to Remove .00 Decimal from Price

magento-2.1price

how to remove only ".00" decimal from price in magento2?

For Example,

$500.00 => $500

$19.99 => $19.99

Any help will be appreciated.

Best Answer

You can find from below github link for price decimal setting in magento 2,

Price Decimal Setting for Magento 2

After installing extension in your site you need to just set configuration from Stores -> Configuration.

Related Topic