Add Currency
-
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 Euroif ($fee->item_custom_cur == “ZAR”){$item_custom_cur = “R”;}
I have added to the code as mentioned above without success. Even if I only leave usd it stays the same. I have searched the php files for more settings but did not find anymore. This drive me nuts as I’m under deadlines and have spend too much time on this.
Anyone?
- The topic ‘Add Currency’ is closed to new replies.