Delivery note

11.08.2014 16:12
#1
hedkandi1
User hedkandi1
Name: Dick
30.01.2014
Posts: 333
Quote
Delivery note

I bought delivery note today.
Only it isn't looking quite good.
The adress is a bit to high.
How to solve this?
delivery_note.pdf

 
11.08.2014 19:56
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25902
Quote
Aw: Delivery note

Change file
plugins\jshoppingorder\jshop_delivery\jshop_delivery.php

change code

$pdf->SetXY(20,41);
$pdf->setfontsize(6);
$pdf->SetTextColor(0,0,0);
$pdf->MultiCell(80,3, $order->liferadresse2,0,'L');

$pdf->SetXY(110,55);
$pdf->SetFont('freesansb','',11);
$pdf->SetTextColor(0,0,0);
$pdf->MultiCell(80,3,_JSHOP_DN_LIEFERSCHEIN,0,'R');

$pdf->SetFont('freesans','',11);
$pdf->SetXY(20,46);
$pdf->MultiCell(80,4.5,$order->liferadresse, 0,'L');


Cnange $pdf->SetXY(x,y);

 
11.08.2014 23:54
#3
hedkandi1
User hedkandi1
Name: Dick
30.01.2014
Posts: 333
Quote
Aw: Delivery note

These were all in:

$pdf->SetXY(20,41);

$pdf->setfontsize(6);

$pdf->SetTextColor(0,0,0);

$pdf->MultiCell(80,3, $order->liferadresse2,0,'L');



$pdf->SetXY(110,55);

$pdf->SetFont('freesansb','',11);

$pdf->SetTextColor(0,0,0);

$pdf->MultiCell(80,3,_JSHOP_DN_LIEFERSCHEIN,0,'R');



$pdf->SetFont('freesans','',11);

$pdf->SetXY(20,46);

$pdf->MultiCell(80,4.5,$order->liferadresse, 0,'L');

So that means only the last one should be added below these?

 
12.08.2014 11:36
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25902
Quote
Aw: Delivery note

Try

change
$pdf->SetXY(20,41);
to
$pdf->SetXY(20,51);


$pdf->SetXY(20,46);
to
$pdf->SetXY(20,56);


Last change: 12.08.2014 11:36
 
12.08.2014 14:28
#5
hedkandi1
User hedkandi1
Name: Dick
30.01.2014
Posts: 333
Quote
Aw: Delivery note

Thanks,

Perfect now

 


Copyrights MAXXmarketing GmbH. Alle Rechte vorbehalten
Durch die Nutzung dieser Website stimme ich zu, dass Cookies zur optimalen Gestaltung der Website sowie zur Analyse der Nutzung der Website verwendet werden. Weiterführende Informationen finden Sie hier. OK, einverstanden.