pdf bill question

11.11.2012 23:02
#1
kreativ quadrat
User kreativ quadrat
Name: garry
25.11.2010
Posts: 325
Quote
pdf bill question

hi!

is it possible to show billing address and delivery address in pdf?

thx

 
12.11.2012 08:19
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25852
Quote
Aw: pdf bill question

yes.
Joomshopping 3.11.4

see config.

 
13.11.2012 14:32
#3
kreativ quadrat
User kreativ quadrat
Name: garry
25.11.2010
Posts: 325
Quote
Aw: pdf bill question

where? cant find it?
thx

 
13.11.2012 14:52
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25852
Quote
Aw: pdf bill question

Sorry. Not possible.
Displayed billing address

 
13.11.2012 19:02
#5
kreativ quadrat
User kreativ quadrat
Name: garry
25.11.2010
Posts: 325
Quote
Aw: pdf bill question

we added this now to: generate_pdf_order.php

if ($order->d_f_name && $order->d_l_name){

$pdf->SetFont('freesans','',7);
$pdf->SetXY(20,$y+6);
$pdf->MultiCell(80,4.5,"Lieferadresse:\n".$order->d_firma_name."\n".$order->d_f_name." ".$order->d_l_name."\n".$order->d_street."\n".$order->d_zip." ".$order->d_city."\n".$order->d_country, 0,'L');
}

 


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.