[email protected] Posted December 29, 2011 Share Posted December 29, 2011 Hello, can somebody help me moving addresses on the invoice PDF. I know you can change it in classes/PDF.php, but i can't find the codes. I want to move the Delivery address on the right side on the invoice and the invoice address on the leftside. I hope someone know. I'm using PS 1.4.6.2 Link to comment Share on other sites More sharing options...
[email protected] Posted February 14, 2012 Author Share Posted February 14, 2012 classes/PDF.php regel 573 t/m 582 $pdf->Cell($width, 10, self::l('Invoicing'), 0, 'L'); $pdf->Cell($width, 10, self::l('Delivery'), 0, 'L'); $pdf->Ln(5); $pdf->SetFont(self::fontname(), '', 9); $addressType = array( 'invoice' => array(), 'delivery' => array(), ); ipv. $pdf->Cell($width, 10, self::l('Delivery'), 0, 'L'); $pdf->Cell($width, 10, self::l('Invoicing'), 0, 'L'); $pdf->Ln(5); $pdf->SetFont(self::fontname(), '', 9); $addressType = array( 'delivery' => array(), 'invoice' => array(), ); Link to comment Share on other sites More sharing options...
w3bsolutions Posted May 21, 2012 Share Posted May 21, 2012 Would you know how to hide the "State" field from the PDF invoice? I cannot figure it out and I really need it!! Any help is appreciated. Link to comment Share on other sites More sharing options...
Recommended Posts