• Resolved dirkbez

    (@dirkbez)


    Please could you make this part of the Events Manager core.
    In em-functions.php:
    On line 223 add ” ‘ZAR’ => ‘ZAR – South African Rand’ ” to the array
    On line 224 and 225 add ” ‘ZAR’ => ‘R’ ” to the array
    Everytime there is an upgrade we have to put it back. Clients complain as today it shows there transactions in Rand and the next day (after an upgrade) all their transactions shows in Euro.

    https://ww.wp.xz.cn/plugins/events-manager/

Viewing 2 replies - 1 through 2 (of 2 total)
  • There’s no need to edit the core files to add new currencies to Events Manager.

    Instead, we recommend using a snippet like the one below in the functions.php file of your theme.

    http://pastebin.com/FNHArUdy

    Thread Starter dirkbez

    (@dirkbez)

    Thanks – I should have looked for the filter.

    I will also pass the code snippet to the payment gateway developer. The instructions I used came from them.

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

The topic ‘Currency Array in em-functions.php’ is closed to new replies.