Bill instead of Invoice after Update to 5.8

02.07.2025 15:06
#1
nordlander
Joomshopping forum user no avatar
Name: Kai
10.11.2019
Posts: 41
Quote
Bill instead of Invoice after Update to 5.8

Hi!
I updated from 5.7 to 5.8.
Now my english invoices shows "Bill" instead of "Invoice"

I have an override \language\overrides\en-GB.override.ini
JSHOP_EMAIL_BILL="Invoice"
_JSHOP_EMAIL_BILL="INVOICE"

But this dont work anymore!
How to fix this?
Bill instead of Invoice after Update to 5.8


Joomla: 4.4.12
JoomShopping: 5.8
PHP: 8.4
MySQL: Maria 10.11.13
Website Url: https://nordland-electronics.de/
 
02.07.2025 15:22
#2
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 28106
Quote
Aw: Bill instead of Invoice after Update to 5.8

All version JoomShopping 5.6 .. 5.8
JSHOP_EMAIL_BILL="Bill"
-------------------------------------------------

Not works after ?
pay for payment system?
or admin edit / create order ??

---------------------------------------------------

Create
components/com_jshopping/config/user_config.php

add code:

<?php
$config->order_change_status_reload_global_lang = 1;

 
02.07.2025 15:52
#3
nordlander
Joomshopping forum user no avatar
Name: Kai
10.11.2019
Posts: 41
Quote
Aw: Bill instead of Invoice after Update to 5.8

Already have this:
components/com_jshopping/config/user_config.php
<?php
$config->order_change_status_reload_global_lang = 1;

I rechecked:
If the system creates the "bill" it shows "Invoice" Correct!
When I edit the bill, then it changes to "Bill" Not Correct!

 
02.07.2025 20:45
#4
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 28106
Quote
Aw: Bill instead of Invoice after Update to 5.8

Admin language?
Order language?


Last change: 02.07.2025 20:49
 
03.07.2025 06:40
#5
nordlander
Joomshopping forum user no avatar
Name: Kai
10.11.2019
Posts: 41
Quote
Aw: Bill instead of Invoice after Update to 5.8

Admin language: English
Order language: English

 
03.07.2025 08:30
#6
admin
(Support Team)
User admin
Name: Admin
05.08.2010
Posts: 28106
Quote
Aw: Bill instead of Invoice after Update to 5.8

Add in admin lang file
administrator\language\overrides\en-GB.override.ini

JSHOP_EMAIL_BILL="Invoice"

-------------------------------------------------
When I edit the bill ...
If the invoice is generated in the administrative part - you need to override the administrator language file


Last change: 03.07.2025 08:34
 
03.07.2025 13:00
#7
nordlander
Joomshopping forum user no avatar
Name: Kai
10.11.2019
Posts: 41
Quote
Aw: Bill instead of Invoice after Update to 5.8

Yes - that is it now :-)

 


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.