CNK
Active member
How to add another currency in User Upgrades?
In library/XenForo/DataWriter/UserUpgrade.php I have:
but how to add it to admin template?
In library/XenForo/DataWriter/UserUpgrade.php I have:
Code:
'cost_currency' => array('type' => self::TYPE_STRING, 'required' => true,
'allowedValues' => array('usd', 'cad', 'aud', 'gbp', 'eur', 'pln')
Last edited: