PHPackages                             mage2pro/currency-format - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. mage2pro/currency-format

ActiveMagento2-module[Utility &amp; Helpers](/categories/utility)

mage2pro/currency-format
========================

The «Price Format» extension for Magento 2

1.2.3(2y ago)215.9k6proprietaryPHP

Since Apr 10Pushed 2y ago5 watchersCompare

[ Source](https://github.com/mage2pro/currency-format)[ Packagist](https://packagist.org/packages/mage2pro/currency-format)[ Docs](https://mage2.pro/c/price-format)[ RSS](/packages/mage2pro-currency-format/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (1)Versions (34)Used By (0)

The «[**Price Format**](https://mage2.pro/c/extensions/price-format)» module for Magento 2 allows you to setup a custom display format for the prices and other currency values (discounts, taxes, sales amounts, etc.) both for the frontend and the backend areas. The price display settings are individual per currency and per store.
The module supports unlimited number of currencies. The module is **free** and **open source**.

**Demo video**:

Screenshots
-----------

[](#screenshots)

### Example 1

[](#example-1)

[![](https://camo.githubusercontent.com/12dd9329d1aa715bc0c9a9821e3b6a6a516ab5e69ad01822a79f9cd48f226869/68747470733a2f2f6d616765322e70726f2f75706c6f6164732f64656661756c742f6f726967696e616c2f31582f613962666435376534653736386235376263653830643163326662663836356130316135376135342e706e67)](https://camo.githubusercontent.com/12dd9329d1aa715bc0c9a9821e3b6a6a516ab5e69ad01822a79f9cd48f226869/68747470733a2f2f6d616765322e70726f2f75706c6f6164732f64656661756c742f6f726967696e616c2f31582f613962666435376534653736386235376263653830643163326662663836356130316135376135342e706e67)

### Example 2

[](#example-2)

[![](https://camo.githubusercontent.com/1c1be4b5005f8bb202dae97e6b78096ba8a308c9b61076bf406b62b589f84106/68747470733a2f2f6d616765322e70726f2f75706c6f6164732f64656661756c742f6f726967696e616c2f31582f613465393238383362383161333961623434663539373366306633383530616661643539323337652e706e67)](https://camo.githubusercontent.com/1c1be4b5005f8bb202dae97e6b78096ba8a308c9b61076bf406b62b589f84106/68747470733a2f2f6d616765322e70726f2f75706c6f6164732f64656661756c742f6f726967696e616c2f31582f613465393238383362383161333961623434663539373366306633383530616661643539323337652e706e67)

### Example 3

[](#example-3)

[![](https://camo.githubusercontent.com/c6960c6ffeba7ec0eed5e4d9fc4f11cef0eaaec5475fe816cb35ce2369e26d5f/68747470733a2f2f6d616765322e70726f2f75706c6f6164732f64656661756c742f6f726967696e616c2f31582f393561303734343636313963616263613931353133356464653337346232663133343033613266332e706e67)](https://camo.githubusercontent.com/c6960c6ffeba7ec0eed5e4d9fc4f11cef0eaaec5475fe816cb35ce2369e26d5f/68747470733a2f2f6d616765322e70726f2f75706c6f6164732f64656661756c742f6f726967696e616c2f31582f393561303734343636313963616263613931353133356464653337346232663133343033613266332e706e67)

### Example 4

[](#example-4)

[![](https://camo.githubusercontent.com/e4d44f441e5d2a0e58451527bd82205cbcf628b04e0e76d467199480e8b80d7f/68747470733a2f2f6d616765322e70726f2f75706c6f6164732f64656661756c742f6f726967696e616c2f31582f366433316331353863326439623262393831316638373334653433656433343831373862303865352e706e67)](https://camo.githubusercontent.com/e4d44f441e5d2a0e58451527bd82205cbcf628b04e0e76d467199480e8b80d7f/68747470733a2f2f6d616765322e70726f2f75706c6f6164732f64656661756c742f6f726967696e616c2f31582f366433316331353863326439623262393831316638373334653433656433343831373862303865352e706e67)

### 5. Extension settings

[](#5-extension-settings)

[![](https://camo.githubusercontent.com/6a4078e4db12b8d31eed6d9fb26686b206d12efb34fe4e22f5224a6a173d3a45/68747470733a2f2f6d616765322e70726f2f75706c6f6164732f64656661756c742f6f726967696e616c2f31582f363766623337393932343136356232633830383664353464653431353539366234663563306562352e706e67)](https://camo.githubusercontent.com/6a4078e4db12b8d31eed6d9fb26686b206d12efb34fe4e22f5224a6a173d3a45/68747470733a2f2f6d616765322e70726f2f75706c6f6164732f64656661756c742f6f726967696e616c2f31582f363766623337393932343136356232633830383664353464653431353539366234663563306562352e706e67)

How to install
--------------

[](#how-to-install)

[Hire me in Upwork](https://upwork.com/fl/mage2pro), and I will:

- install and configure the module properly on your website
- answer your questions
- solve compatiblity problems with third-party checkout, shipping, marketing modules
- implement new features you need

### 2. Self-installation

[](#2-self-installation)

```
bin/magento maintenance:enable
rm -f composer.lock
composer clear-cache
composer require mage2pro/currency-format:*
bin/magento setup:upgrade
bin/magento cache:enable
rm -rf var/di var/generation generated/code
bin/magento setup:di:compile
rm -rf pub/static/*
bin/magento setup:static-content:deploy -f en_US
bin/magento maintenance:disable

```

How to update
-------------

[](#how-to-update)

```
bin/magento maintenance:enable
composer remove mage2pro/currency-format
rm -f composer.lock
composer clear-cache
composer require mage2pro/currency-format:*
bin/magento setup:upgrade
bin/magento cache:enable
rm -rf var/di var/generation generated/code
bin/magento setup:di:compile
rm -rf pub/static/*
bin/magento setup:static-content:deploy -f en_US
bin/magento maintenance:disable

```

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity74

Established project with proven stability

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~83 days

Recently: every ~321 days

Total

33

Last Release

1016d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6ff3ceeca28bb312ef9df517484b80307dae5385affdf9ea2e43e73815792a56?d=identicon)[mage2pro](/maintainers/mage2pro)

---

Top Contributors

[![dmitrii-fediuk](https://avatars.githubusercontent.com/u/83204?v=4)](https://github.com/dmitrii-fediuk "dmitrii-fediuk (269 commits)")

---

Tags

mage2promage2pro-modulemage2pro-module-readymage2pro-module-reusablemagento2magento2-extensionmagento2-modulecurrencymagentoecommercemagento 2magento extensioncurrency format

### Embed Badge

![Health badge](/badges/mage2pro-currency-format/health.svg)

```
[![Health](https://phpackages.com/badges/mage2pro-currency-format/health.svg)](https://phpackages.com/packages/mage2pro-currency-format)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
