fitgura Posted October 5, 2010 Share Posted October 5, 2010 Hi al!!!Could anybody tell me how to change the firstname and lastname print order in the generated pdf files!I mean, im my country we use the lastname first and the firstname last....example: in the slip the name is John Rambo but I need to print it Rambo Johnit that possible somehow??thanks for answer Link to comment Share on other sites More sharing options...
MrBaseball34 Posted October 5, 2010 Share Posted October 5, 2010 modify line 257 in PDF.php: $pdf->Cell($width, 10, Tools::iconv('utf-8', self::encoding(), $delivery_address->firstname).' '.Tools::iconv('utf-8', self::encoding(), $delivery_address->lastname), 0, 'L'); Link to comment Share on other sites More sharing options...
fitgura Posted October 5, 2010 Author Share Posted October 5, 2010 Thank you MrBaseball34!!!works fine Link to comment Share on other sites More sharing options...
Recommended Posts