This topic contains a post which is marked as Best Answer. Press here if you would like to see it.
*

eddy

  • ***
  • 38 posts
Currency for payment
« on: May 13, 2018, 11:49:03 AM »
Hey guys! can anyone tell me how to add another default currency for payment? I cant find the currency of my country. Thanks

*

MB Themes

Re: Currency for payment
« Reply #1 on: May 13, 2018, 06:22:26 PM »
You would need to update functions.php of plugin. What is your currency?
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

eddy

  • ***
  • 38 posts
Re: Currency for payment
« Reply #2 on: May 16, 2018, 01:59:02 PM »
My currency is Rwandan Franc.
Symbol = RWF

*

MB Themes

Re: Currency for payment
« Reply #3 on: May 16, 2018, 02:06:37 PM »
@eddy
It's already in plugin:
    'RWF' => 'ر.س',
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

eddy

  • ***
  • 38 posts
Re: Currency for payment
« Reply #4 on: May 17, 2018, 04:06:01 PM »
Yes i've seent it https://prnt.sc/jj3g2j. I think this isnt the one because it has Arabic characters. in Promote item section, it displays Arabic characters instead of showing RWF next to the amount. 
so How can i add it? This is our currency symbol-= RWF, RF
Thanks
« Last Edit: May 17, 2018, 04:12:39 PM by eddy »

*

MB Themes

Re: Currency for payment
« Reply #5 on: May 17, 2018, 05:48:23 PM »
Modify it in functions.php (that line)
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

eddy

  • ***
  • 38 posts
Re: Currency for payment
« Reply #6 on: May 18, 2018, 01:18:34 PM »
@eddy
It's already in plugin:
    'RWF' => 'ر.س',

so i just have to change this 'ر.س' to This 'RWF'. Cause  i don't really want to mess up. :-\

Marked as best answer by eddy on May 19, 2018, 06:47:21 PM
*

MB Themes

Re: Currency for payment
« Reply #7 on: May 18, 2018, 01:21:57 PM »
@eddy
Correct.
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots