magento / community-features

Magento Features Development is an Initiative to Allows Community Memebers Join to Development of Magento Features
46 stars 18 forks source link

[FEATURE]Rial currency must not have .00 at the end #69

Closed magento-engcom-team closed 3 years ago

magento-engcom-team commented 6 years ago

Persian Rial Currency does not have .00 at the end meaning that for example 21.00 is not applicable the rial currency is such 34000 Rial 5400Rial

there is a comma delimiter that is arbitrary for any thousand for example 34,000 5,400 9,360,764 but there shoudn't be .00 at the end since does not have any value

Preconditions

  1. magento 2.3.x
  2. magento 2.2.x
  3. magento 2.1.x
  4. magento 2.0.x

Steps to reproduce

  1. on admin go to catalogue
  2. on frontend on prices secton

Expected result

  1. a pricing such as 34,000 or 5,400

Actual result

  1. there is .00 at the end of all prices such as 34,000.00 which the .00 must be omitted

Original Report: https://github.com/magento/magento2/issues/14070 by @woshka

sivaschenko commented 3 years ago

Duplicate to https://github.com/magento/magento2/issues/21725 (The same solution needs to be applied for all currencies with non-default precision)