Comment to 'Currency sign in payment module'
  • Hello

    Currently, to add new currency you need to update database setting 'bx_payment_default_currency_code' in 'sys_options' table adding necessary currency code in the list which is stored in 'extra' field. Then you need to modify $_aCurrencies field in BxBaseModPaymentConfig class, which can be found in modules/base/payment/classes/BxBaseModPaymentConfig.php file. You need to add association between currency code and currency sign there .