Create a promotion that shows equivalent discount values in different currencies while keeping one default campaign setup. With this recipe, you can offer a discount on a product in a default currency like USD and adjust the value for customers paying in EUR, GBP, or other supported currencies. This helps shoppers understand the offer instantly in their local currency and creates a smoother buying experience.
Multi-currency discounts reduce friction at checkout by making prices and savings easier to understand in the customer’s preferred currency. They also support international growth by helping you run fair, consistent offers across markets without creating separate promotions for each region.
In Voucherify, you can store each customer’s currency in metadata and use the dynamic discount formula builder to assign the right discount value based on that currency. Using logic like the <code>switch</code> operator, you can define different outcomes for each supported currency while managing everything within one promotion setup.
To make this setup work reliably, make sure currency data is passed into Voucherify and mapped to customer metadata. Then use dynamic discount logic to control how the final value is calculated for each currency. This approach can be used across product-specific offers, online and POS promotions, and multi-country campaigns.