No "STATE in PDF Invoice

23.09.2015 14:41
#1
jmil
Joomshopping forum user no avatar
Name: Jim Miller
19.09.2011
Posts: 104
Quote
No "STATE in PDF Invoice

The Customer and Shop Owner "STATE is not showin on PDF Invoice.

I looked everywhere for a state setting and could not find it.

I tried to alter the generate_pdf_order.php to add state with this line:

.$order->state." "

In several Places but State does not show. I used the same technique to add zip (.$order->zip." ") several places so I know the code is correct. Is there something Simple I am missing here?

I attached sample pdf
example_invoice.pdf


Letzte Änderung: 23.09.2015 14:43
 
23.09.2015 20:24
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25930
Quote
Aw: No "STATE in PDF Invoice

row 80

$y+=10;
$pdf->SetFont('freesans','',11);
$pdf->SetXY(20,$y);
$pdf->MultiCell(80,4.5,$order->firma_name."\n".$order->f_name." ".$order->l_name." ".$order->m_name."\n".$order->street." ".$order->home." ".$order->apartment."\n".$order->zip." ".$order->city."\n".$order->country, 0,'L');


change

$y+=10;
$pdf->SetFont('freesans','',11);
$pdf->SetXY(20,$y);
$pdf->MultiCell(80,4.5,$order->firma_name."\n".$order->f_name." ".$order->l_name." ".$order->m_name."\n".$order->street." ".$order->home." ".$order->apartment."\n".$order->zip." ".$order->city."\n".$order->state."\n".$order->country, 0,'L');

 
23.09.2015 21:04
#3
jmil
Joomshopping forum user no avatar
Name: Jim Miller
19.09.2011
Posts: 104
Quote
Aw: No "STATE in PDF Invoice

Thank You , But that is exactly what I did - So I cut and paste your directly just in case with no change!

Note- I do have the State Add-ON Mod and the State Tax Add-On Commercial if that makes a difference??


Joomla: 3.4.3
JoomShopping: 4.10.4
Website Url: www.wildbikers.com
 
24.09.2015 21:18
#4
jmil
Joomshopping forum user no avatar
Name: Jim Miller
19.09.2011
Posts: 104
Quote
Aw: No "STATE in PDF Invoice

I am still hoping for assistance on why State is not on PDF.

Thank You!

 
12.10.2015 21:19
#5
jmil
Joomshopping forum user no avatar
Name: Jim Miller
19.09.2011
Posts: 104
Quote
Aw: No "STATE in PDF Invoice

This is still OPEN!!!

 
13.10.2015 07:46
#6
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25930
Quote
Aw: No "STATE in PDF Invoice

url?
test login?
ftp?

 
13.10.2015 20:05
#7
jmil
Joomshopping forum user no avatar
Name: Jim Miller
19.09.2011
Posts: 104
Quote
Aw: No "STATE in PDF Invoice

I PM'ed the info to you!

 
13.10.2015 21:45
#8
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25930
Quote
Aw: No "STATE in PDF Invoice

row 80

$y+=10;
$pdf->SetFont('freesans','',11);
$pdf->SetXY(20,$y);
$pdf->MultiCell(80,4.5,$order->firma_name."\n".$order->f_name." ".$order->l_name." ".$order->m_name."\n".$order->street." ".$order->home." ".$order->apartment."\n".$order->zip." ".$order->city."\n".$order->country, 0,'L');


change

$y+=10;
$pdf->SetFont('freesans','',11);
$pdf->SetXY(20,$y);
$pdf->MultiCell(80,4.5,$order->firma_name."\n".$order->f_name." ".$order->l_name." ".$order->m_name."\n".$order->street." ".$order->home." ".$order->apartment."\n".$order->zip." ".$order->city."\n".$order->state."\n".$order->country, 0,'L');




After changes - works.

Your error?

 


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.