Add New Currency

How To Add New Currency On My Site

In the short term, you can add currency this way. In the long term, you should contact us to update in the next version

If you can’t find your currency in our list, just add it via custom code.

Step 1: Edit traveler/inc/travel-helper.php and /traveler/inc/layouts/modern/travel-helper.php

Step 2: Find line self::$all_currency = [

Step 3: Add your currency to this list as a new line. Example format:

                    'USD'  => 'United States Dollar',

Save changes and see the result:

Last updated