Abdelkarim Posted December 26, 2022 Share Posted December 26, 2022 Hi. I have a problem with a string that I can't translate, and I can't find the reason. The string appears during the domain registration process. Actually it should only appear in any (fr, es, etc) that require said field. I have looked in the language files and also in the resources/domains/additionalfields.php I have even added in this last one "LangVar" => "vatnumbermissing" and added this to the override of my language. $_LANG['vatnumbermissing'] = "NIF/NIE/IVA number"; Any... <div class="row"> <div class="col-md-4">VAT Number:</div> <div class="col-md-8"><input type="text" name="domainfield[0][0]" value="" size="50" onblur="addToCart();" class="form-control input-250 input-inline" id="inputDomainfield[0][0]"></div> </div> Desperate. I wrote also to support of Registrar (I use his module DonDominio) 0 Quote Link to comment Share on other sites More sharing options...
AladdinJ Posted December 26, 2022 Share Posted December 26, 2022 have you tried to edit this line in language file? $_LANG['tax']['vatLabel'] = "VAT Number"; 0 Quote Link to comment Share on other sites More sharing options...
Abdelkarim Posted December 26, 2022 Author Share Posted December 26, 2022 Yes.. is on spanish,php and in overrides/spanish.php $_LANG['tax']['vatLabel'] = "Número de NIF/NIE/IVA"; 0 Quote Link to comment Share on other sites More sharing options...
AladdinJ Posted December 26, 2022 Share Posted December 26, 2022 (edited) I think you need to contact whmcs support about this Edited December 26, 2022 by AladdinJ 0 Quote Link to comment Share on other sites More sharing options...
Abdelkarim Posted December 26, 2022 Author Share Posted December 26, 2022 Problem is about all domains, not domain fr. 0 Quote Link to comment Share on other sites More sharing options...
Abdelkarim Posted December 26, 2022 Author Share Posted December 26, 2022 Yes I put a ticket. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.