Barmunk Posted August 3, 2012 Share Posted August 3, 2012 Tell me please, how to add e-mail client in pdf invoice. I added the code: $pdf->Cell($width, 10, Tools::iconv('utf-8', self::encoding(), $customer->email).' '.Tools::iconv('utf-8', self::encoding(), $customer->email), 0, 'L'); but it is not displayed. Link to comment Share on other sites More sharing options...
Barmunk Posted August 4, 2012 Author Share Posted August 4, 2012 no ideas? Link to comment Share on other sites More sharing options...
Barmunk Posted August 6, 2012 Author Share Posted August 6, 2012 $customer = new Customer(self::$order->id_customer); $pdf->Cell($width, 10, Tools::iconv('utf-8', self::encoding(), $customer->email).' '.Tools::iconv('utf-8', self::encoding(), $customer->email), 0, 'L'); Link to comment Share on other sites More sharing options...
Recommended Posts