display TAX ID in pdf file

29.04.2020 10:13
#1
Roby70
Joomshopping forum user no avatar
Name: Robs
14.05.2013
Posts: 37
Quote
display TAX ID in pdf file

Hello,
I need to display TAX ID Client in invoice (pdf file)
thanks a lot


Letzte Änderung: 25.05.2020 09:43
 
29.04.2020 15:20
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25856
Quote
Aw: display TAX ID in pdf file

Change
components\com_jshopping\lib\generete_pdf_order.php

 
18.05.2020 13:06
#3
Tades
Joomshopping forum user no avatar
Name: Sedat
18.05.2020
Posts: 1
Quote
Aw: display TAX ID in pdf file

Is there maybe a better explanation than "components\com_jshopping\lib\generete_pdf_order.php" ?

Is there a reference to the user tax id I need to insert in php? There are so many people with the same question but i couldn't find any answer that would help.


Joomla: 3.9.14
 
18.05.2020 18:59
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25856
Quote
Aw: display TAX ID in pdf file

Client tax id?
or
Admin tax id?

Configuration / Shop info
Tax Nr.:

 
25.05.2020 09:41
#5
Roby70
Joomshopping forum user no avatar
Name: Robs
14.05.2013
Posts: 37
Quote
Aw: display TAX ID in pdf file

Client TAX ID display in PDF invoice
thank you !


Letzte Änderung: 25.05.2020 09:43
 
24.06.2020 16:03
#6
pokhyvka
Joomshopping forum user no avatar
Name: Ivan
18.07.2019
Posts: 9
Quote
Aw: display TAX ID in pdf file

In the file components\com_jshopping\lib\generete_pdf_order.php
after row number 96 add this code:
_JSHOP_TAX_NUMBER.": ".$order->tax_number

don't forget to put a comma at the end of line 96

as a result, the array should look like this:

$address_data = array(
$order->firma_name,
trim($order->f_name." ".$order->l_name." ".$order->m_name),
trim(trim($order->street." ".$order->street_nr)." ".$order->home." ".$order->apartment),
trim($order->zip." ".$order->city),
$order->state,
$order->country,
_JSHOP_TAX_NUMBER.": ".$order->tax_number
);


Letzte Änderung: 24.06.2020 16:08
 


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.