Jump to content

How to disable currency symbol in PDF file ?


Recommended Posts

/prestashop/classes/PDF.php

Looking for "function convertSign($s)" , change the function return to return '';


I have tryed but not work.
Can you show me how to fix ?
static private function convertSign($s)
   {
       return html_entity_decode($s,ENT_NOQUOTES,'UTF-8');
   }



Thanks,

Link to comment
Share on other sites

×
×
  • Create New...