How can I add new currency?

Posted · Add Comment

Scheduler Forums BirchPress Scheduler How can I add new currency?

Tagged: 

This topic contains 1 reply, has 2 voices, and was last updated by  support 10 years, 6 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #3650

    Hamad A.
    Participant

    Hi,

    I am recently testing BirchPress plugin for our makeup artistry business website. I would like to add our local currency (Bahraini dinars (BHD)) and noticed United Arab emirates currency is in the list and it is next to our country and the same currency rate as well.

    Our main target to show the services prices in our local currency while our clients will book the appointment. then if the backend system will use Bahraini dinars or US Dollars (Fixed rate 0.378) for payment its fine with us.

    please advise what ever best solution you recommend.

    #3660

    support
    Keymaster

    You can add the following code at line 529 in the ‘birchschedule/includes/birchpress/util/imp.php’ file.

    ‘BHD’ => array(‘title’ => __(‘Bahraini dinar’, ‘birchschedule’), ‘code’ => ‘BHD’, ‘symbol_left’ => ”, ‘symbol_right’ => ‘BD’, ‘decimal_point’ => ‘.’, ‘thousands_point’ => ‘,’, ‘decimal_places’ => ‘3’),

    We will support BHD in next release.

Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘BirchPress Scheduler’ is closed to new topics and replies.

Comments are closed.