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 5 of 5

Thread: Store Currency

  1. #1
    nina is offline Junior Member
    Join Date
    Jan 2008
    Posts
    18

    Default Store Currency

    how can i remove the Euro word on the prices on my site. For example I have €.00 (EUR) price. I just want to have €.00. (EUR) will be deleted cause it will be redundant.

    thanks!

  2. #2
    Rob is offline Senior Member
    Join Date
    Aug 2004
    Posts
    3,037

    Default

    Those are all string resources (Admin -> Misc -> String Resource Mgr). You can edit them to blank strings

    or if you want, you can mod the source to remove where we post append that string, either way should be good
    AspDotNetStorefront
    Shopping Cart

  3. #3
    nina is offline Junior Member
    Join Date
    Jan 2008
    Posts
    18

    Default

    nope. it's not on the string resources... i think it's on the code but once i change some of the code on xtensionbase, the currency will be $ . Is there any way it could be change on the admin side without touching the code.

  4. #4
    weblingo is offline Member
    Join Date
    Feb 2008
    Location
    Bristol, UK
    Posts
    63

    Default

    I don't believe there is any way of achieving this without changing source

    If you look in Localization.cs, you'll need to find occurences like

    String.Format("{0} ({1})....

    and modify as required - unless anyone has a better solution?

  5. #5
    mikemurphy is offline Senior Member
    Join Date
    Mar 2006
    Location
    United Kingdom
    Posts
    207

    Default

    ...is this possible without source code mods yet ?

    anyone ?
    8.0.1.4 W2008R2 64-bit MSSQL2005