Viewing 1 replies (of 1 total)
  • Hi there,
    You can do this by going to evr_event_item-add.php located in the event folder of the plugin.There you can add the value of the desired currency in select drop down list.
    After that you need to put the symbol, which you can do so by adding the line in evr_public-form.php file, you can search the similar code below added for US and Euro

    if ($fee->item_custom_cur == “ZAR”){$item_custom_cur = “R”;}

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Event Registration] How to add another currency’ is closed to new replies.