darthdeus Posted June 8, 2012 Share Posted June 8, 2012 Hey guys, is there any simple way to for the currency symbol that is inserted in a generated PDF invoice for an order? I'm having some trouble with encodings, and since I am only using a single currency, I could hard-code the value of the currency symbol that I use, but I'm not able to find the place where to put it. I've tried classes/Tools#displayPrice() ... and to put in return "foo"; on the first line, but it doesn't seem to work. Link to comment Share on other sites More sharing options...
tuk66 Posted June 9, 2012 Share Posted June 9, 2012 Currency symbol is $c_char in Tools::displayPrice(). Link to comment Share on other sites More sharing options...
Recommended Posts