hitAppoint Online Appointment Scheduling SoftwareOnline Appointment Software

Forum

You are not logged in.

#1 2007-11-08 08:44:07

knirketusken
New member
Registered: 2007-11-08
Posts: 1

How to add Norwegian currency

Hi, I need to add Norwegian currency, how should I do that?

Offline

 

#2 2007-11-09 12:40:48

algis
Administrator
Registered: 2006-01-09
Posts: 718
Website

Re: How to add Norwegian currency

hello,
I will publish an update with the Norwegian currency asap. It was just recently added by Paypal, we didn't catch up.

If you need it urgent, please edit this file:
core/base/code/core/appSettings.php

on line 76 add this line:

'Norwegian Krone'    => 'nok',

So finally that part of code will look like this:

$currOptions = array(
    'USD U.S. Dollar'        => 'usd',
    'EUR Euro'                => 'eur',
    'GBP Pound Sterling'    => 'gbp',
    'AUD Australian Dollar'    => 'aud',
    'CAD Canadian Dollar'    => 'cad',
    'JPY Japanese Yen'        => 'jpy',
    'Norwegian Krone'        => 'nok',
    );

Offline

 

Board footer

Powered by PunBB
© Copyright 2002–2005 Rickard Andersson