How show additional fild in invoice

26.03.2014 14:21
#1
luidd
Joomshopping forum user no avatar
Name: luigi
21.03.2012
Posts: 12
Quote
How show additional field in invoice

Hi i would show the additional field1 (that the registrant has to fill during registration) in invoice in way to show an ID registration called "Codice fiscale" in italy,i need this number for tax when the buyer is an individual a not company.
please can you explain how to?

i thank you in advance


Joomla: 2.5.8
JoomShopping: Version 3.16.2

Last change: 26.03.2014 14:21
 
26.03.2014 14:22
#2
luidd
Joomshopping forum user no avatar
Name: luigi
21.03.2012
Posts: 12
Quote
Aw: How show additional field in invoice

luidd - 26.03.2014 14:21
Hi i would show the additional field1 (that the registrant has to fill during registration) in invoice in way to show an ID registration called "Codice fiscale" in italy,i need this number for tax when the buyer is an individual a not company.
please can you explain how to?

i thank you in advance


 
26.03.2014 18:55
#3
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25856
Quote
Aw: How show additional fild in invoice

\components\com_jshopping\lib\generete_pdf_order.php

Add row
$pdf->SetXY(20,$y);
$pdf->MultiCell(80, 4.5, $order->ext_field_1, 0, 'L');

 
26.03.2014 23:10
#4
luidd
Joomshopping forum user no avatar
Name: luigi
21.03.2012
Posts: 12
Quote
Aw: How show additional fild in invoice

webdesigner - 26.03.2014 18:55
\components\com_jshopping\lib\generete_pdf_order.php

Add row
$pdf->SetXY(20,$y);
$pdf->MultiCell(80, 4.5, $order->ext_field_1, 0, 'L');



thank you works great!

 


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.