Good Morning to everybody,
I need to know how to remove the minus sign of the discount. So it should be displayed as follows: Discount: 6 $ (without " - ").
Thank you in advance
Davide
In the currency details editor change the Negative Format:
{sign}{number} {symbol} to {number} {symbol}
Thank you very much Jenkinhill for your answer. I'm sorry but I don't find the file that I have to change. Can you suggest me where I can find it?
Thanks
Configuration/Currencies. http://docs.virtuemart.net/manual/configuration-menu/currencies.html
I resolved it, thank you so much!