PHPackages                             kuriousagency/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. [Payment Processing](/categories/payments)
4. /
5. kuriousagency/commerce-currency-prices

Abandoned → [webdna/commerce-currency-prices](/?search=webdna%2Fcommerce-currency-prices)Craft-plugin[Payment Processing](/categories/payments)

kuriousagency/commerce-currency-prices
======================================

Adds payment currency prices to products

2.7.4(3y ago)312.1k↓50%6[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/kuriousagency/commerce-currency-prices)[ RSS](/packages/kuriousagency-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

42

—

FairBetter than 90% of packages

Maintenance34

Infrequent updates — may be unmaintained

Popularity29

Limited adoption so far

Community17

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

412d 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)

![](https://www.gravatar.com/avatar/26ccb4d99d148ee882e53248f814559cf2067c069cf1e4a1765d1eca07a3df3c?d=identicon)[Kurious](/maintainers/Kurious)

---

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/kuriousagency-commerce-currency-prices/health.svg)

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

###  Alternatives

[enupal/stripe

Allows customers sign up for recurring and one-time payments with Stripe, perfect for orders, donations, subscriptions, and events. Create simple payment forms in seconds easily without coding. For Craft CMS 3.x

3416.5k1](/packages/enupal-stripe)

PHPackages © 2026

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