Jump to content

Problème BO avec facture


Recommended Posts

Bonjour.
Qui cest le dernière,Version 1.2.0.8.
Mais aussi le meme chose avec 1.1.
I will put it in le Bug Tracker.


Ok found the problem.
In PDF.php
goto line 191 and replace the following:
$this->Cell(0, 5, Tools::strtoupper($conf['PS_SHOP_NAME']).

WITH
$this->Cell(0, 5, Tools::iconv('utf-8', self::encoding(), Configuration::get('PS_SHOP_NAME')).

Thanks PrestaShop! :-)

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...