Currency

Posted · Add Comment

This topic contains 5 replies, has 2 voices, and was last updated by  support 11 years, 3 months ago.

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #878

    xssport
    Member

    How do I add a currency
    Or please let me know where the currency setting is.

    Cheers Roy

    #879

    support
    Keymaster

    You can configure the currency you wish to use in Scheduler -> Settings.

    #880

    xssport
    Member

    thanks
    How do you add a currency to the drop down list.
    As South Africa ZAR is not there ?

    #881

    support
    Keymaster

    We are sorry to forget South Africa ZAR. Currently you can fix this by adding the following code to line 502 in file ‘birchschedule/classes/birs-util.php’.

    'ZAR' => array('title' => __('South Africa Rand', 'birchschedule'), 'code' => 'ZAR', 'symbol_left' => 'R', 'symbol_right' => '', 'decimal_point' => '.', 'thousands_point' => ',', 'decimal_places' => '2'),

    We will add this in the next release.

    #882

    xssport
    Member

    great thanks I just could not find the file.

    #883

    support
    Keymaster

    The full file path is
    {wordpress installation dir}/wp-content/plugins/birchschedule/classes/birs-util.php

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

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

Comments are closed.