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,261 reputation)Supreme Being - (4,261 reputation)Supreme Being - (4,261 reputation)Supreme Being - (4,261 reputation)Supreme Being - (4,261 reputation)Supreme Being - (4,261 reputation)Supreme Being - (4,261 reputation)Supreme Being - (4,261 reputation)Supreme Being - (4,261 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.
andersleet
 Posted Sun 25 Aug 2013
Supreme Being

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

Group: Awaiting Activation
Last Active: Tue 3 Sep 2013
Posts: 0, Visits: 26
I should note that when I changed (well, updated) the currency rate (1 USD ~ .6 Pounds, at this writing) in the backend, the prices on the frontend dropped to reflect this. This means that somewhere in the settings I must have missed or put in the incorrect setting to make the store think it is still in the UK rather than the US.

Hopefully this helps narrow down my problem and help to find a solution.
Medz
 Posted Sun 25 Aug 2013
Kartris Expert

Kartris Expert - (58,866 reputation)Kartris Expert - (58,866 reputation)Kartris Expert - (58,866 reputation)Kartris Expert - (58,866 reputation)Kartris Expert - (58,866 reputation)Kartris Expert - (58,866 reputation)Kartris Expert - (58,866 reputation)Kartris Expert - (58,866 reputation)Kartris Expert - (58,866 reputation)

Group: Administrators
Last Active: Tue 3 Dec 2013
Posts: 99, Visits: 1,400
Hi, do you see a currency dropdown in the front end? It might be that it just stored GBP as the currency in your user session prior to the point when your changed the default currency in the backend. Can you try to clear your cache and see if it does the same?
Paul Marked As Answer
 Posted Sun 25 Aug 2013
große Käse

große Käse - (449,980 reputation)große Käse - (449,980 reputation)große Käse - (449,980 reputation)große Käse - (449,980 reputation)große Käse - (449,980 reputation)große Käse - (449,980 reputation)große Käse - (449,980 reputation)große Käse - (449,980 reputation)große Käse - (449,980 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
andersleet
 Posted Sun 25 Aug 2013
Supreme Being

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

Group: Awaiting Activation
Last Active: Tue 3 Sep 2013
Posts: 0, Visits: 26
Hey Paul,

Thanks that seems to have been the problem!

Similar Topics

Expand / Collapse

Reading This Topic

Expand / Collapse

Back To Top