PHPackages                             webdna/commerce-currency-prices - 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. webdna/commerce-currency-prices

ActiveCraft-plugin

webdna/commerce-currency-prices
===============================

Adds payment currency prices to products

2.7.4(3y ago)37596[3 issues](https://github.com/webdna/commerce-currency-prices/issues)[2 PRs](https://github.com/webdna/commerce-currency-prices/pulls)proprietaryPHP

Since Dec 10Pushed 1y ago1 watchersCompare

[ Source](https://github.com/webdna/commerce-currency-prices)[ Packagist](https://packagist.org/packages/webdna/commerce-currency-prices)[ RSS](/packages/webdna-commerce-currency-prices/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (51)Used By (0)

Currency Prices plugin for Craft CMS 3.x
========================================

[](#currency-prices-plugin-for-craft-cms-3x)

Adds the option to set product prices in different currencies

Requirements
------------

[](#requirements)

This plugin requires Craft CMS 3.0.0-beta.23 or later.

Installation
------------

[](#installation)

To install the plugin, follow these instructions.

1. Open your terminal and go to your Craft project:

    ```
     cd /path/to/project

    ```
2. Then tell Composer to load the plugin:

    ```
     composer require webdna/commerce-currency-prices

    ```
3. In the Control Panel, go to Settings → Plugins and click the “Install” button for Currency Prices.

Currency Prices Overview
------------------------

[](#currency-prices-overview)

Configure your payment currencies in Craft Commerce settings - foreach currency set the conversion rate to 1.

[![Screenshot](resources/screenshots/payment-currencies.png)](resources/screenshots/payment-currencies.png)

Additional currency price fields will be added to Products, Discounts and Shipping Rules.

**Products**

Products will now display a price field for each currency setup.

The product price used in the cart will change depending on which payment currency is selected.

[![Screenshot](resources/screenshots/currency-prices.png)](resources/screenshots/currency-prices.png)

To display a product currency price use one of the the following Twig filter:

```
{{ product.defaultVariant|currencyPrice('GBP') }}

{{ product.defaultVariant|currencySalePrice('GBP') }}
```

The current cart payment currency could be used to set the currency in the Twig filter:

```
{{ product.defaultVariant|currencyPrice(cart.paymentCurrency) }}

{{ product.defaultVariant|currencySalePrice(cart.paymentCurrency) }}
```

**Discounts**

Add product discounts for each of your currencies

[![Screenshot](resources/screenshots/currency-discounts.png)](resources/screenshots/currency-discounts.png)

**Shipping**

Setup shipping conditions and costs for each of your payment currencies.

*Shipping Conditions*

[![Screenshot](resources/screenshots/currency-shipping-conditions.png)](resources/screenshots/currency-shipping-conditions.png)

*Shipping Costs*

[![Screenshot](resources/screenshots/currency-shipping-costs.png)](resources/screenshots/currency-shipping-costs.png)

**Currency Fieldtype**

Adds a 'Currencies' fieldtype giving a dropdown list of payment currencies

Brought to you by [webdna](https://webdna.co.uk/)

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance15

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity74

Established project with proven stability

 Bus Factor1

Top contributor holds 59% 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 ~48 days

Recently: every ~224 days

Total

48

Last Release

409d ago

Major Versions

1.0.0 → 2.0.22018-12-14

2.7.4 → 3.0.0-beta.12022-10-12

### Community

Maintainers

![](https://www.gravatar.com/avatar/af76e3e79806ca4a242a00774c92bc950a956c4ac8d3fa5d545e758e4617599b?d=identicon)[webdna](/maintainers/webdna)

---

Top Contributors

[![mcjackson18](https://avatars.githubusercontent.com/u/39083512?v=4)](https://github.com/mcjackson18 "mcjackson18 (23 commits)")[![samuelbirch](https://avatars.githubusercontent.com/u/13586?v=4)](https://github.com/samuelbirch "samuelbirch (11 commits)")[![CharlieGentle](https://avatars.githubusercontent.com/u/15872856?v=4)](https://github.com/CharlieGentle "CharlieGentle (2 commits)")[![garrill](https://avatars.githubusercontent.com/u/1702892?v=4)](https://github.com/garrill "garrill (1 commits)")[![JerseyCo](https://avatars.githubusercontent.com/u/12626673?v=4)](https://github.com/JerseyCo "JerseyCo (1 commits)")[![totov](https://avatars.githubusercontent.com/u/2348955?v=4)](https://github.com/totov "totov (1 commits)")

---

Tags

cmsCraftcraftcmscraft-plugincurrency prices

### Embed Badge

![Health badge](/badges/webdna-commerce-currency-prices/health.svg)

```
[![Health](https://phpackages.com/badges/webdna-commerce-currency-prices/health.svg)](https://phpackages.com/packages/webdna-commerce-currency-prices)
```

###  Alternatives

[nystudio107/craft-seomatic

SEOmatic facilitates modern SEO best practices &amp; implementation for Craft CMS 5. It is a turnkey SEO system that is comprehensive, powerful, and flexible.

1741.4M46](/packages/nystudio107-craft-seomatic)[verbb/image-resizer

Resize assets when they are uploaded.

127269.1k7](/packages/verbb-image-resizer)[verbb/events

A full-featured plugin for event management and ticketing.

2311.7k](/packages/verbb-events)[verbb/tablemaker

Create customizable and user-defined table fields.

40168.8k1](/packages/verbb-tablemaker)[acclaro/translations

Easily launch and manage multilingual Craft websites without having to copy/paste content or manually track updates.

1229.5k](/packages/acclaro-translations)[verbb/gift-voucher

Sell and redeem digital gift vouchers for Craft Commerce.

1322.5k1](/packages/verbb-gift-voucher)

PHPackages © 2026

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