Error currency

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

Please do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.

This forum is for discussing mojoPortal development

This forum is only for questions or discussions about working with the mojoPortal source code in Visual Studio, obtaining the source code from the repository, developing custom features, etc. If your question is not along these lines this is not the right forum. Please try to post your question in the appropriate forum.

You can monitor commits to the repository from this page. We also recommend developers to subscribe to email notifications in the developer forum as occasionally important things are announced.

Before posting questions here you might want to review the developer documentation.

Do not post questions about design, CSS, or skinning here. Use the Help With Skins Forum for those questions.
This thread is closed to new posts. You must sign in to post in the forums.
7/25/2011 3:10:33 PM
Gravatar
Total Posts 8

Error currency

Hello!

I do shop options.

Has created currency.
Has chosen it in site options.
Has created the goods.
Has specified the price and the currency.
Has kept.

But, shows dollar...

How to be?

Vladislav

7/26/2011 7:42:22 AM
Gravatar
Total Posts 18439

Re: Error currency

Hi,

I need to update that admin page for currency, the only field that matters is the currency code and it must be a valid currency code. What did you enter there?

Hope it helps,

Joe

7/26/2011 9:50:18 AM
Gravatar
Total Posts 8

Re: Error currency

Thank you very much!
Your answer has very much helped.
My error.
I used an old code of currency: RUR, and it is necessary new RUB (Russia)

Inconvenience now that after the price writes - h:

2,500 h
For buyers in Russia - h - not a clear symbol.

Correctly:
2500 руб.

Yours faithfully, Vladislav

 

7/26/2011 9:59:24 AM
Gravatar
Total Posts 8

Re: Error currency

It would be healthy, if you have prompted where to change "h" on "руб."

 

Yours faithfully, Vladislav
 

7/26/2011 10:28:37 AM
Gravatar
Total Posts 1203
Proud member of the mojoPortal team

Help support mojoPortal!
Add-on modules

Re: Error currency

Does mojoPortal use the value specified in "Symbol Right" on the Currency Administration page?

7/26/2011 10:52:14 AM
Gravatar
Total Posts 18439

Re: Error currency

No it doesn't, as I said I need to remove that, what it does is look up a Culture based on the currency code and then uses that culture for formatting, so the only field that matters is the currency code.

If it doesn't work correctly for Russian currency I'll have to investigate further and come up with a solution in the next release.

Best,

Joe

You must sign in to post in the forums. This thread is closed to new posts.