Title: Another currency
Last modified: April 18, 2022

---

# Another currency

 *  Resolved [stanilov](https://wordpress.org/support/users/stanilov/)
 * (@stanilov)
 * [4 years ago](https://wordpress.org/support/topic/another-currency-2/)
 * Hey guys! Is it possible to have the Events calendar + Event tickets using a 
   currency that is not part of the initial Currency code list in Payments settings?
   Without using Woocomerce? If yes – how?
 * Thanks in advance!

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

 *  Plugin Support [WilloftheD](https://wordpress.org/support/users/abzlevelup/)
 * (@abzlevelup)
 * [4 years ago](https://wordpress.org/support/topic/another-currency-2/#post-15566920)
 * Hi [@stanilov](https://wordpress.org/support/users/stanilov/),
 * Thanks for reaching out to us.
 * Have you tried setting up with Tickets Commerce and using its Currency Code option?
   This option doesn’t need WooCommerce, but you need to set up Tickets Commerce.
 * Follow this article on how to Set up Tickets Commerce:
    [https://theeventscalendar.com/knowledgebase/k/tickets-commerce/](https://theeventscalendar.com/knowledgebase/k/tickets-commerce/)
 * See the article here to learn more with the heading Payments:
    [https://theeventscalendar.com/knowledgebase/k/settings-overview-event-tickets-and-event-tickets-plus/](https://theeventscalendar.com/knowledgebase/k/settings-overview-event-tickets-and-event-tickets-plus/)
 * Let me know if this helps or if you do have more questions.
 * Best,
    Abz
 *  Thread Starter [stanilov](https://wordpress.org/support/users/stanilov/)
 * (@stanilov)
 * [4 years ago](https://wordpress.org/support/topic/another-currency-2/#post-15566943)
 * Hi [@abzlevelup](https://wordpress.org/support/users/abzlevelup/),
 * Admiriation for the fast response!
 * I am trying to use Ticket Commerce, but the option Currеncy code doesn’t include
   the currency I want the tickets to be processed… So this is my concern for now.
 *  Plugin Support [WilloftheD](https://wordpress.org/support/users/abzlevelup/)
 * (@abzlevelup)
 * [4 years ago](https://wordpress.org/support/topic/another-currency-2/#post-15567081)
 * Hi [@stanilov](https://wordpress.org/support/users/stanilov/),
 * No worries, I’d be glad to help you out.
 * Apologies for the confusion here. Could you provide me which Currency are you
   trying to use? Moreover, could you also provide me a screenshot on what you see
   on your end. Just to give me more context here.
 * I’m curious which currency we have not covered. I would definitely ask the team
   as well, I’d look forward to your response.
 * Best,
    Abz
 *  Thread Starter [stanilov](https://wordpress.org/support/users/stanilov/)
 * (@stanilov)
 * [4 years ago](https://wordpress.org/support/topic/another-currency-2/#post-15567284)
 * Hey,
 * I would like to be able to use Bulgarian lev([BGN](https://www.ecb.europa.eu/stats/policy_and_exchange_rates/euro_reference_exchange_rates/html/eurofxref-graph-bgn.en.html))
 * Screenshot: [https://snipboard.io/KwYu7p.jpg](https://snipboard.io/KwYu7p.jpg)
 * Kind regards,
    Stanilov
 *  Plugin Support [WilloftheD](https://wordpress.org/support/users/abzlevelup/)
 * (@abzlevelup)
 * [4 years ago](https://wordpress.org/support/topic/another-currency-2/#post-15567656)
 * Hi [@stanilov](https://wordpress.org/support/users/stanilov/),
 * Thanks for getting back to me here quickly. I would ask the team in regard to
   this, and I’d get back to you as soon as I hear from them.
 * Hang tight for now, and if you do have other topics/issues needed help with. 
   Please do not hesitate to create another ticket.
 * Best,
    Abz
 *  [Guga Alves](https://wordpress.org/support/users/gugaalves/)
 * (@gugaalves)
 * [4 years ago](https://wordpress.org/support/topic/another-currency-2/#post-15568076)
 * Hi [@stanilov](https://wordpress.org/support/users/stanilov/),
 * Talking with our developers I can see that you can add a custom PHP snippet to
   add BGN on that currency list. But before that, please note that **Bulgarian 
   LEV (BGN) currency is not supported by Paypal**, so if you want to use Paypal
   even using the custom snippet you’ll not be able to make Paypal work with that
   currency.
 * If you’re using Stripe, the snippet should work properly. But, as any customization,**
   we recommend using it first on a testing environment and checking if it’ll work
   with Stripe properly.**
 * Here’s the custom snippet adding BGN in your currency list. You can add it on
   your theme’s function PHP file or using [Code Snippets](https://wordpress.org/plugins/code-snippets/)
   plugin.
 *     ```
       add_filter( 'tec_tickets_commerce_default_currency_map', function( $currencies ) {
       ​
       	$currencies['BGN'] = [
       		'name'                  => __( 'Bulgarian Lev (BGN)', 'event-tickets' ),
       		'symbol'                => 'лв',
       		'thousands_sep'         => ',',
       		'decimal_point'         => '.',
       		'decimal_precision'     => 2,
       		'stripe_minimum_charge' => 0.50,
       	];
       ​
       	return $currencies;
       } );
       ```
   
 *  Thread Starter [stanilov](https://wordpress.org/support/users/stanilov/)
 * (@stanilov)
 * [4 years ago](https://wordpress.org/support/topic/another-currency-2/#post-15568957)
 * Hi [@gugaalves](https://wordpress.org/support/users/gugaalves/)
 * Awesome! You guys rock!
 * Thanks a lot for the assistance. I will not hesitate to ask again if I stumble
   upon something.
 * Best wishes,
    Atanas

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

The topic ‘Another currency’ is closed to new replies.

 * ![](https://ps.w.org/the-events-calendar/assets/icon-256x256.gif?rev=2516440)
 * [The Events Calendar](https://wordpress.org/plugins/the-events-calendar/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/the-events-calendar/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/the-events-calendar/)
 * [Active Topics](https://wordpress.org/support/plugin/the-events-calendar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/the-events-calendar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/the-events-calendar/reviews/)

## Tags

 * [currency](https://wordpress.org/support/topic-tag/currency/)
 * [events](https://wordpress.org/support/topic-tag/events/)
 * [tickets](https://wordpress.org/support/topic-tag/tickets/)

 * 7 replies
 * 3 participants
 * Last reply from: [stanilov](https://wordpress.org/support/users/stanilov/)
 * Last activity: [4 years ago](https://wordpress.org/support/topic/another-currency-2/#post-15568957)
 * Status: resolved