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!
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!
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
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.
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?
...is this possible without source code mods yet ?
anyone ?
8.0.1.4 W2008R2 64-bit MSSQL2005