Currency displaying wrong

Posted By andersleet Sun 25 Aug 2013
Add to Favorites0
Author Message
andersleet
 Posted Sun 25 Aug 2013
Supreme Being

Supreme Being - (4,287 reputation)Supreme Being - (4,287 reputation)Supreme Being - (4,287 reputation)Supreme Being - (4,287 reputation)Supreme Being - (4,287 reputation)Supreme Being - (4,287 reputation)Supreme Being - (4,287 reputation)Supreme Being - (4,287 reputation)Supreme Being - (4,287 reputation)

Group: Awaiting Activation
Last Active: Tue 3 Sep 2013
Posts: 0, Visits: 26
Hi there. I am new to the system so it is completely possible that I have missed a setting or two and this will be an easy fix.

However, I have gone through everything I can find regarding currency in the configuration panel and cannot figure out why on my product displays the british pound symbol in front of the price on the product page, yet in the back end product management it shows US dollar (which is the desired symbol).


Looking through some of the code, it looks like "CUR_ID" inside the session variable is responsible for storing and/or determining the symbol.

Does anyone have any idea what is causing this and how to fix it? Thanks.
Paul Marked As Answer
 Posted Sun 25 Aug 2013
große Käse

große Käse - (453,486 reputation)große Käse - (453,486 reputation)große Käse - (453,486 reputation)große Käse - (453,486 reputation)große Käse - (453,486 reputation)große Käse - (453,486 reputation)große Käse - (453,486 reputation)große Käse - (453,486 reputation)große Käse - (453,486 reputation)

Group: Administrators
Last Active: Fri 15 Sep 2023
Posts: 806, Visits: 2,737
Yes, also worth noting a code change made recently which is in source control but not in a new zip build yet. In Global.asax, we were still assuming the default currency is ID=1. But this is not necessarily the case now you can change default currency.

In codeplex, go to source code and find the global.asax file (root of kartris), then copy this to your web. It should ensure the default currency is correctly set as the one you specify, and not just the one with ID=1.


--
If my post solves your issue, can you 'Mark as Answer' so it's easier for other users to find in future.

If you would like to be informed of new features, new releases, developments and occasional special bonuses, please sign up to our mailing list: http://bit.ly/19sKMZb

Similar Topics

Expand / Collapse

Reading This Topic

Expand / Collapse

Back To Top