I am trying to set up e-commerce store for the switzerland , i did the
following steps for localization and currency * I change the currency.geoid. default as CHF and country.geoid.default as CHE in the general.properties file, * baseCurrencyUomId="CHF" in the DemoGIsetupData.xml file, * defaultCurrencyUomId="CHF" in DemoProduct.xml for productStore tag, and i have created a product and add it to the cart, but after the final check out the currency symbol is showing as SwF both in the final check out review and in the invoice, where is this tranction happening and how can we change it to CHF? |
Switzerland should switch to Euro... that would be simpler ;-)
Sorry for my ignorance, what is the difference between CHF and "Swiss Franc" (I guess it is what you mean with "SwF")? Aren't they the same currency? Jacopo On Jun 27, 2009, at 1:26 AM, gopal kalasa wrote: > I am trying to set up e-commerce store for the switzerland , i did the > following steps for localization and currency > > * I change the currency.geoid. default as CHF and > country.geoid.default as > CHE in the general.properties file, > * baseCurrencyUomId="CHF" in the DemoGIsetupData.xml file, > * defaultCurrencyUomId="CHF" in DemoProduct.xml for productStore tag, > and i have created a product and add it to the cart, > > but after the final check out the currency symbol is showing as SwF > both in > the final check out review and in the invoice, > where is this tranction happening and how can we change it to CHF? smime.p7s (3K) Download Attachment |
Hello,
I want to display the currency as 'CHF' rather than 'SwF'. For example, if I choose 'USD' as the currency, then '$' is displayed in invoice and orders and everywhere Where is the code for this translation? Thanks. On Sat, Jun 27, 2009 at 8:55 PM, Jacopo Cappellato < [hidden email]> wrote: > Switzerland should switch to Euro... that would be simpler ;-) > > Sorry for my ignorance, what is the difference between CHF and "Swiss > Franc" (I guess it is what you mean with "SwF")? Aren't they the same > currency? > > Jacopo > > > On Jun 27, 2009, at 1:26 AM, gopal kalasa wrote: > > I am trying to set up e-commerce store for the switzerland , i did the >> following steps for localization and currency >> >> * I change the currency.geoid. default as CHF and country.geoid.default as >> CHE in the general.properties file, >> * baseCurrencyUomId="CHF" in the DemoGIsetupData.xml file, >> * defaultCurrencyUomId="CHF" in DemoProduct.xml for productStore tag, >> and i have created a product and add it to the cart, >> >> but after the final check out the currency symbol is showing as SwF both >> in >> the final check out review and in the invoice, >> where is this tranction happening and how can we change it to CHF? >> > > |
See the method "formatCurrency" in class UtilFormatOut at line 88.
Jacopo On Jun 28, 2009, at 11:44 PM, gopal kalasa wrote: > Hello, > I want to display the currency as 'CHF' rather than 'SwF'. > > For example, if I choose 'USD' as the currency, then '$' is > displayed in > invoice and orders and everywhere > Where is the code for this translation? > > > Thanks. > > On Sat, Jun 27, 2009 at 8:55 PM, Jacopo Cappellato < > [hidden email]> wrote: > >> Switzerland should switch to Euro... that would be simpler ;-) >> >> Sorry for my ignorance, what is the difference between CHF and "Swiss >> Franc" (I guess it is what you mean with "SwF")? Aren't they the same >> currency? >> >> Jacopo >> >> >> On Jun 27, 2009, at 1:26 AM, gopal kalasa wrote: >> >> I am trying to set up e-commerce store for the switzerland , i did >> the >>> following steps for localization and currency >>> >>> * I change the currency.geoid. default as CHF and >>> country.geoid.default as >>> CHE in the general.properties file, >>> * baseCurrencyUomId="CHF" in the DemoGIsetupData.xml file, >>> * defaultCurrencyUomId="CHF" in DemoProduct.xml for productStore >>> tag, >>> and i have created a product and add it to the cart, >>> >>> but after the final check out the currency symbol is showing as >>> SwF both >>> in >>> the final check out review and in the invoice, >>> where is this tranction happening and how can we change it to CHF? >>> >> >> smime.p7s (3K) Download Attachment |
hi,
I have changed the locale to DE_CH in start.properties file and the language to Deutsch(schweiz) in browser now its showing SFr instead CHE Thanks in advance gopal On Mon, Jun 29, 2009 at 8:28 PM, Jacopo Cappellato < [hidden email]> wrote: > See the method "formatCurrency" in class UtilFormatOut at line 88. > > Jacopo > > > On Jun 28, 2009, at 11:44 PM, gopal kalasa wrote: > > Hello, >> I want to display the currency as 'CHF' rather than 'SwF'. >> >> For example, if I choose 'USD' as the currency, then '$' is displayed in >> invoice and orders and everywhere >> Where is the code for this translation? >> >> >> Thanks. >> >> On Sat, Jun 27, 2009 at 8:55 PM, Jacopo Cappellato < >> [hidden email]> wrote: >> >> Switzerland should switch to Euro... that would be simpler ;-) >>> >>> Sorry for my ignorance, what is the difference between CHF and "Swiss >>> Franc" (I guess it is what you mean with "SwF")? Aren't they the same >>> currency? >>> >>> Jacopo >>> >>> >>> On Jun 27, 2009, at 1:26 AM, gopal kalasa wrote: >>> >>> I am trying to set up e-commerce store for the switzerland , i did the >>> >>>> following steps for localization and currency >>>> >>>> * I change the currency.geoid. default as CHF and country.geoid.default >>>> as >>>> CHE in the general.properties file, >>>> * baseCurrencyUomId="CHF" in the DemoGIsetupData.xml file, >>>> * defaultCurrencyUomId="CHF" in DemoProduct.xml for productStore tag, >>>> and i have created a product and add it to the cart, >>>> >>>> but after the final check out the currency symbol is showing as SwF both >>>> in >>>> the final check out review and in the invoice, >>>> where is this tranction happening and how can we change it to CHF? >>>> >>>> >>> >>> > |
Previous mail *CHE= CHF
I want to display currency symbol as either 'CHF' or no symbol at all Please suggest Thanks On Tue, Jun 30, 2009 at 3:58 PM, gopal kalasa <[hidden email]>wrote: > hi, > I have changed the locale to DE_CH in start.properties file and the > language to Deutsch(schweiz) in browser now its showing SFr instead CHE > > > > Thanks in advance > gopal > > > On Mon, Jun 29, 2009 at 8:28 PM, Jacopo Cappellato < > [hidden email]> wrote: > >> See the method "formatCurrency" in class UtilFormatOut at line 88. >> >> Jacopo >> >> >> On Jun 28, 2009, at 11:44 PM, gopal kalasa wrote: >> >> Hello, >>> I want to display the currency as 'CHF' rather than 'SwF'. >>> >>> For example, if I choose 'USD' as the currency, then '$' is displayed in >>> invoice and orders and everywhere >>> Where is the code for this translation? >>> >>> >>> Thanks. >>> >>> On Sat, Jun 27, 2009 at 8:55 PM, Jacopo Cappellato < >>> [hidden email]> wrote: >>> >>> Switzerland should switch to Euro... that would be simpler ;-) >>>> >>>> Sorry for my ignorance, what is the difference between CHF and "Swiss >>>> Franc" (I guess it is what you mean with "SwF")? Aren't they the same >>>> currency? >>>> >>>> Jacopo >>>> >>>> >>>> On Jun 27, 2009, at 1:26 AM, gopal kalasa wrote: >>>> >>>> I am trying to set up e-commerce store for the switzerland , i did the >>>> >>>>> following steps for localization and currency >>>>> >>>>> * I change the currency.geoid. default as CHF and country.geoid.default >>>>> as >>>>> CHE in the general.properties file, >>>>> * baseCurrencyUomId="CHF" in the DemoGIsetupData.xml file, >>>>> * defaultCurrencyUomId="CHF" in DemoProduct.xml for productStore tag, >>>>> and i have created a product and add it to the cart, >>>>> >>>>> but after the final check out the currency symbol is showing as SwF >>>>> both >>>>> in >>>>> the final check out review and in the invoice, >>>>> where is this tranction happening and how can we change it to CHF? >>>>> >>>>> >>>> >>>> >> > |
Free forum by Nabble | Edit this page |