Lack of interest More currencies in the user upgrade system

This suggestion has been closed automatically because it did not receive enough votes over an extended period of time. If you wish to see this, please search for an open suggestion and, if you don't find any, post a new one.

jacko

Well-known member
The list of currencies includes only 5 major currencies. This poses a problem for me, because I would like to setup recurring donations in PLN (Polish Zloty). I'm sure there are other currencies that some admins would find useful, like JPY, NZD...
 
Upvote 2
This suggestion has been closed. Votes are no longer accepted.
I agree.
ATM it's a horror to include own currencies...

1. Edit admintemplate userupgrade_edit
2. Extend userupgradedw to overwrite the fields because of the check
PHP:
'cost_currency' => array('type' => self::TYPE_STRING, 'required' => true,
                                            'allowedValues' => array('usd', 'cad', 'aud', 'gbp', 'eur')
 
Top Bottom