Comment to 'Currency sign in payment module'
  • how to modify this for CZK?

    $aCurrencies = BxDolForm::getDataItems($this->CNF['OBJECT_FORM_PRELISTS_CURRENCIES'], false, BX_DATA_VALUES_ADDITIONAL);

            if(!isset($aCurrencies[$sCode]))

                return '';

            return $aCurrencies[$sCode];