Jump to content

Prestashop 1.3.7 PDF KAT místo Kč


fstab

Recommended Posts

otevři classes/tools.php zásadně v PSPADu.

najdi řádek kde je:
(pomocí ctrl+ f return str_replace)


return str_replace('€', chr(128), $ret); [/code]




a celý ten řádek nahraď tímhle:


return str_replace('€', chr(128), iconv('UTF-8','CP1250',$ret));[/code]

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...