Title: Changing Currency
Last modified: August 20, 2016

---

# Changing Currency

 *  Resolved [AbigailK1](https://wordpress.org/support/users/abigailk1/)
 * (@abigailk1)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/changing-currency/)
 * Is there a way to change the currency on the booking form?
 * [http://wordpress.org/extend/plugins/events-manager/](http://wordpress.org/extend/plugins/events-manager/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [agelonwl](https://wordpress.org/support/users/angelonwl/)
 * (@angelonwl)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/changing-currency/#post-3407258)
 * yes, please see Settings > Bookings > Pricing Options > Currency
 * [http://wp-events-plugin.com/documentation/](http://wp-events-plugin.com/documentation/)
 *  Thread Starter [AbigailK1](https://wordpress.org/support/users/abigailk1/)
 * (@abigailk1)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/changing-currency/#post-3407261)
 * Thanks, but the currency I want is not in the dropdown list.
    I want South African
   Rands (ZAR).
 *  [agelonwl](https://wordpress.org/support/users/angelonwl/)
 * (@angelonwl)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/changing-currency/#post-3407262)
 * you can try this snippet in your theme functions.php
 *     ```
       function my_em_add_currencies($currencies){
       	$currencies->names['RUB'] = 'RUB - Russian Roubles';
       	$currencies->symbols['RUB'] = 'RUB';
       	$currencies->true_symbols['RUB'] = 'RUB';
       	return $currencies;
       }
       add_filter('em_get_currencies','my_em_add_currencies');
       ```
   
 *  Thread Starter [AbigailK1](https://wordpress.org/support/users/abigailk1/)
 * (@abigailk1)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/changing-currency/#post-3407266)
 * Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Changing Currency’ is closed to new replies.

 * ![](https://ps.w.org/events-manager/assets/icon-256x256.png?rev=1039078)
 * [Events Manager - Calendar, Bookings, Tickets, and more!](https://wordpress.org/plugins/events-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/events-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/events-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/events-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/events-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/events-manager/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [AbigailK1](https://wordpress.org/support/users/abigailk1/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/changing-currency/#post-3407266)
 * Status: resolved