Wrong Layout Shipping Adress on invoice

28.02.2013 12:21
#1
martina bcc
Joomshopping forum user no avatar
Name: Martina Bencec
25.10.2012
Posts: 17
Quote
Wrong Layout Shipping Adress on invoice / Field missing

I installed the plugin "Delivery address in pdf order".
Now the title "Shipping adress" sometimes overlaps the shipping information or is at least way too close.

And - even worse - the company name is missing in the shipping adress!

How can I change that?


Letzte Änderung: 28.02.2013 13:39
 
28.02.2013 22:21
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25914
Quote
Aw: Wrong Layout Shipping Adress on invoice

http://www.webdesigner-profi.de/joomla-webdesign/joomla-shop/forum/posts/26/4979.html

 
04.03.2013 11:03
#3
martina bcc
Joomshopping forum user no avatar
Name: Martina Bencec
25.10.2012
Posts: 17
Quote
Aw: Wrong Layout Shipping Adress on invoice

Thanks, that's a lot better. The adress on the delivery note is now complete.
BUT the adress and delivery adress on the invoice still don't contain "home" and "apartment".


Letzte Änderung: 04.03.2013 11:20
 
04.03.2013 22:20
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25914
Quote
Aw: Wrong Layout Shipping Adress on invoice

lib/generete_pdf_order.php

change row
$pdf->MultiCell(80,4.5,$order->firma_name."\n".$order->f_name." ".$order->l_name."\n".$order->street."\n".$order->zip." ".$order->city."\n".$order->country, 0,'L');

to

$pdf->MultiCell(80,4.5,$order->firma_name."\n".$order->f_name." ".$order->l_name."\n".$order->street." ".$order->home." ".$order->apartment."\n".$order->zip." ".$order->city."\n".$order->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.