• Hercu

    (@hercul56)


    I need to add the ZAR currency. I have seen the previous topic where this was asked.

    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”;}

    I have added to the code as mentioned above without success. Even if I leave usd only it still gives me the same options. I have searched the php files for more settings but did not find any. I have cleared cookies, cache etc and reloaded. No change. This drive me nuts as I’m under deadlines and have spend too much time on this.

    Anyone?

    https://www.ads-software.com/plugins/event-registration/

  • The topic ‘Add Currency’ is closed to new replies.