In Theme Options → Add Listing Page & Payment Settings → Payment Currency Settings, the available currencies are limited to those officially supported by Stripe and PayPal.
This list is intentionally restricted to ensure payment gateways work correctly.
The supported currencies list is updated over time as Stripe and PayPal expand their coverage.
If you do not see your currency in the list and you are certain that it is supported by both Stripe and PayPal, please open a ticket in our support system.
Once confirmed, the currency can be added in a future theme update.
Add a custom currency via code (advanced)
If you need to use a currency immediately and understand the risks of code changes, you can add a custom currency manually.
This requires editing plugin files. Any changes will be lost when the plugin is updated.
We strongly recommend performing these changes only on a staging site and reapplying them after updates.
To add a new currency in WPRentals, you must edit the following files:
-
wprentals-core plugin
File path:
wprentals-core/redux-framework/sample/options-init.phpAdd the new currency to the existing currencies array.
-
Payment settings section
File path:
wprentals-core/redux-framework/theme-admin-sections/add-listing-page-payment-settings.phpMake sure the new currency is also added and referenced correctly in this section.
Using a currency that is not officially supported by Stripe or PayPal may result in failed payments.
Always verify gateway compatibility before adding a custom currency.


