Jump to content

How can I force currency symbol in PDF invoice?


Recommended Posts

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

×
×
  • Create New...