Enter order in backend, VAT-ID missing

20.09.2023 08:33
#1
bildi
Joomshopping forum user no avatar
Name: olli
26.05.2012
Posts: 7
Quote
Enter order in backend, VAT-ID missing

When you want to enter an order manually in the backend, you cannot enter a VAT ID for the customer address (corporate customer). The field seems to be missing.


Joomla: 4.3.4
JoomShopping: 5.2.0
PHP: 8.1.19
 
21.09.2023 12:23
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 25955
Quote
Aw: Enter order in backend, VAT-ID missing

Wiil be fixed in JoomShopping 5.2.1

--------------
changes rows:
1)
<tr id="tr_field_firma_code" <?php if ($config_fields['client_type']['display'] && $order->client_type!="2"){?>style="display:none;"<?php } ?>>

to :

<tr id="tr_field_firma_code">

2)
<tr id="tr_field_tax_number" <?php if ($config_fields['client_type']['display'] && $order->client_type!="2"){?>style="display:none;"<?php } ?>>

to:

<tr id="tr_field_tax_number">

 


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.