Results 1 to 5 of 5

Thread: Store Currency

  1. #1
    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
    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
    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
    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
    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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •