Important Notice from AspDotNetStorefront
It is with dismay that we report that we have been forced, through the action of hackers, to shut off write-access to this forum. We are keen to leave the wealth of material available to you for research. We have opened a new forum from which our community of users can seek help, support and advice from us and from each other. To post a new question to our community, please visit: http://forums.vortx.com
Results 1 to 3 of 3

Thread: Using en-US but want to show pricing in RM 10.00 format

  1. #1
    mint_teoh is offline Junior Member
    Join Date
    Jul 2009
    Posts
    22

    Default Using en-US but want to show pricing in RM 10.00 format

    Hi there,

    In Malaysia we use en-US as default locale, when come to showing price, how should I configure to make it show RM instead of $? (e.g RM 123.00)

  2. #2
    ASPAlfred is offline Senior Member
    Join Date
    Nov 2007
    Posts
    2,244

    Default

    Very easy! You just need to change the default currency of the store and specify a valid currency display specs. To do these, 1) go to Configuration -> Site Configuration -> Wizard, and change:

    Store Currency:
    Store Currency Numeric Code:

    2) go to Configuration -> Localization -> Currencies, specify a valid display specs (e.g. RM #,###.##)

  3. #3
    mint_teoh is offline Junior Member
    Join Date
    Jul 2009
    Posts
    22

    Default

    Thanks for your reply.

    I have set it accordingly and now the price display is like this: RM 141.6 (MYR)
    May I know how to make the (MYR) not showing?

    Btw, do you know what is the display spec that gives 2 decimal points in pricing? Meaning even though the price is RM 10, it will show RM 10.00.


    Thanks again.