KonaKart Community Forum

Installation / Configuration => Programming of KonaKart => Topic started by: jperion on January 22, 2008, 08:23:08 am

Title: How do I change the default currency
Post by: jperion on January 22, 2008, 08:23:08 am
Hello,

The current default currency is US Dollar ($). How do I change to Peso (Php)?

Thanks
jperion
Title: Re: How do I change the default currency
Post by: julie on January 22, 2008, 08:32:14 am
All you need to do is to insert the new currency and set it as default using the Admin App under Localizations>>Languages .

-Julie
Title: Re: How do I change the default currency
Post by: jperion on January 22, 2008, 08:46:20 am
Hello Jullie

Thanks for you reply.. :)

I have one more question. Upto which part of konakart architecture are we allowed to modify? Can we change the strut action classes also?

Thanks
jperion
Title: Re: How do I change the default currency
Post by: julie on January 22, 2008, 08:55:09 am
Yes you can. We provide source code for all of the parts that we expect that you may need to modify. These include the struts action classes and forms and all of the modules and JSPs.
Title: Re: How do I change the default currency
Post by: jperion on January 22, 2008, 09:00:35 am
ok, thanks a lot.