dutchnet Posted December 27, 2007 Share Posted December 27, 2007 Hi, It could be me but it seems the text entry for Late Fee added used on overdue invoices seems to be missing from the language files, as a result on our Dutch Invoices the English text line is shown. Am I correct and if so how can I solve this? regards Erik Link to comment Share on other sites More sharing options...
Nick Posted December 29, 2007 Share Posted December 29, 2007 The language files won't help you here - this isn't a template issue. The invoice items are being added to the database in english. A workaround could be to run a cron just after WHMCS' cron which would correct the entries in the database using the following query: UPDATE `tblinvoiceitems` SET `description` = 'Dutch late fee message' WHERE `description` = 'English late fee message'; Link to comment Share on other sites More sharing options...
othellotech Posted December 29, 2007 Share Posted December 29, 2007 That would also explain why I couldnt find it to change in English.txt, as I wanted it to say "Late payment charge*" Link to comment Share on other sites More sharing options...
dutchnet Posted December 30, 2007 Author Share Posted December 30, 2007 Too bad it won't work as you describe as along with the text Late Fee added the date is when the late fee is added is stored in the description as well ( Late Fee (Added 24/12/2007) ). Maybe it might be possible to fetch the line and just replace everything but the date, but it would be easier on everybody not using the English language to transfer the line to the text file. Link to comment Share on other sites More sharing options...
Nick Posted January 28, 2008 Share Posted January 28, 2008 I've added a script to do this in another thread. Link to comment Share on other sites More sharing options...
WHMCS CEO Matt Posted February 4, 2008 WHMCS CEO Share Posted February 4, 2008 This has been enabled for translation in 3.6. Matt Link to comment Share on other sites More sharing options...
Recommended Posts