Jump to content

Insert information to PDF in Prestashop 1.4.3


Recommended Posts

Hello!

How to insert information.

Or some rows on top of the page or in the middle where the display order information

    
Line 360 in /classes/Pdf.php

   $pdf->Ln(5);
$pdf->Cell($width, 20, self::l(' '));
       $pdf->Ln(5);
$pdf->Cell(0, 6, self::l('Piegādātājs: TEXTTTTT"'));
       $pdf->Ln(5);
$pdf->Cell(0, 6, self::l('TEXTTTT'));
       $pdf->Ln(5);
$pdf->Cell(0, 6, self::l('MY TEXT'));
       $pdf->Ln(5);
$pdf->Cell(0, 6, self::l('My text'));




This code for PDF.PHP not helps anymore.. I don't know why

48155_wBtG5VVz5Ytzd82YVVqi_t

Link to comment
Share on other sites

  • 2 weeks later...
  • 1 month later...
  • 6 months later...

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