HomeHome Product Discus... Product Discus...SmithCartSmithCartStore currencyStore currency
Previous
 
Next
New Post
2/2/2010 1:15 PM
 

My prices display correctly in IE8 (i.e. in South African Rand) but incorrectly in Firefox 3 (US$). How do I fix this?

I see you have had added a store currecly field in the admin settings, but only offer US$ / UK / Eur. If this forces the currency to display only in the selected currency, please can you add South African Rand (ZAR).

 
New Post
2/2/2010 2:29 PM
 

Have you tried setting the following line in your web config to your specific culture:

<globalization culture="en-GB" uiCulture="en" requestEncoding="UTF-8" responseEncoding="UTF-8" fileEncoding="UTF-8" />

Replace with the proper localization tag for South Africa.

Wherever the cart displays prices or amounts we use the currency formatting "{0:c}" on the amount which in dot net is the way to format currency to work with the built in localization features dot net offers. I want to take advantage of all the functionality of dot net localization and don’t want to hard code the currency symbol all over the cart based on the country or currency the admin has chosen in the cart settings. From everything I have read about localization the cart is formatting currency properly using "{0:c}" and if you have configured your server, asp.net application, web config and database for your specific local the proper currency symbol should be displayed.


At your service,
Dave Smith
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
New Post
2/2/2010 2:31 PM
 

Also check your firefox settings to make sure you have set your local/region correctly


At your service,
Dave Smith
DotNetNuke Consulting, DotNetNuke Store and DNN Ecommerce
 
New Post
2/3/2010 5:31 AM
 

Thanks

 
Previous
 
Next
HomeHome Product Discus... Product Discus...SmithCartSmithCartStore currencyStore currency