|
02.07.2025 15:06
|
|
nordlander
Name: Kai
10.11.2019
Posts: 41
|
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?
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
|
|
admin
(Support Team)
Name: Admin
05.08.2010
Posts: 28106
|
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
|
|
nordlander
Name: Kai
10.11.2019
Posts: 41
|
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
|
|
admin
(Support Team)
Name: Admin
05.08.2010
Posts: 28106
|
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
|
|
nordlander
Name: Kai
10.11.2019
Posts: 41
|
Aw: Bill instead of Invoice after Update to 5.8
Admin language: English
Order language: English
|
| |
|
03.07.2025 08:30
|
|
admin
(Support Team)
Name: Admin
05.08.2010
Posts: 28106
|
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
|
|
nordlander
Name: Kai
10.11.2019
Posts: 41
|
Aw: Bill instead of Invoice after Update to 5.8
Yes - that is it now :-)
|
| |