gk-root Posted November 3, 2010 Share Posted November 3, 2010 Hello WHMCS Staff, I searched over the forum for a solution but all I see is questions but no solution to this one. My users filling they info in a native language but if a domain have been order it will be failed if the costumer info has non English characters For a system that is multilingual it is not logical to ask my users to fill in the contact info in English. If possible I will like to have the "add new contact for domain" (cart.php?a=addcontact) open as default and let the costumer to chose the option of using the same contact as his account for users who have they account info in English. Another way is to use the domain contact for domain registration and if domain contact is empty so it will add the "add new contact" on checkout form to the domain contact info. Any other solution will be accepted, but it has to be automated. I don’t mind writing my on script to do the "dirty work" but I must have a way to integrate it. Thanks a lot. 0 Quote Link to comment Share on other sites More sharing options...
greensat Posted December 25, 2010 Share Posted December 25, 2010 i have the same problem ... matt plz advise! 0 Quote Link to comment Share on other sites More sharing options...
plusplushosting Posted December 25, 2010 Share Posted December 25, 2010 this is not only WHMCS limitation (and as far as i remember WHMCS already remove some special characters) many registrars like the ones based in logicbox system also do not accept special characters. We resolved this just editing the client profile changing and removing the special characters and run the registration again. 0 Quote Link to comment Share on other sites More sharing options...
Sajad Posted December 26, 2010 Share Posted December 26, 2010 I have same problem too. 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted December 28, 2010 WHMCS Support Manager Share Posted December 28, 2010 Indeed this isn't a WHMCS limitation, but we've implemented a feature in v 4.4.1 to help out: http://wiki.whmcs.com/Custom_Transliteration 0 Quote Link to comment Share on other sites More sharing options...
gk-root Posted January 14, 2011 Author Share Posted January 14, 2011 (edited) John, Are you suggesting me to use this hook in order to translate my costumer name and address from hebrew to english? Edited January 14, 2011 by gk-root error 0 Quote Link to comment Share on other sites More sharing options...
gk-root Posted January 14, 2011 Author Share Posted January 14, 2011 p.s. It is WHMCS limitation! unless it design for english only. 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted January 14, 2011 WHMCS Support Manager Share Posted January 14, 2011 Yes that's correct, this is not a WHMCS limitation but rather a limitation of the APIs. 0 Quote Link to comment Share on other sites More sharing options...
nob Posted January 18, 2011 Share Posted January 18, 2011 Hi, I think that there only have to be the following check optional boxes in the section of "Default Billing/Admin/Tech Contact Details". [chkbox] Tick this box to use the below infomation for the Registrant contact details. After registration user can change the WHOIS information for yourself. So, it is OK that contact information when registering domain is all provider's one. Could you add this feature? Thanks, nob 0 Quote Link to comment Share on other sites More sharing options...
gk-root Posted January 18, 2011 Author Share Posted January 18, 2011 The option to add new contact for domain registration is great and can solve the issue but some pepole ignore it. Can it be as require fields? 0 Quote Link to comment Share on other sites More sharing options...
nob Posted January 19, 2011 Share Posted January 19, 2011 Hi host4site, I'm sorry. The above post as I was going to write feature requests for additions to John@WHMCS Staff. And, I think that the expression was bad. I was going to say that the following settings. 1. Administrator login 2.[setup]-[Domain Registrar]-[Other Settings] 3.[Default Billing/Admin/Tech Contact Details] I want to add a set item (check box) to the section of above 3. Thanks, nob 0 Quote Link to comment Share on other sites More sharing options...
rob2 Posted December 21, 2011 Share Posted December 21, 2011 had anyone know let Registrant contact use " "Default Billing/Admin/Tech Contact Details"." ? or whmcs can not register domain automatically well. 0 Quote Link to comment Share on other sites More sharing options...
cwi.gr Posted January 3, 2012 Share Posted January 3, 2012 This one could be perfect for my needs. Most of my clients are adding their names in Greek, but most non .gr registars only accept english language. So i just want Transliteration to take place when executing the registar api request only for some domain extensions. So my main concern is when does the Transliteration take place and if it is ONLY during the api call, how could i check the domain's extension 0 Quote Link to comment Share on other sites More sharing options...
neo2shyalien Posted May 9, 2013 Share Posted May 9, 2013 Hi I have the same problem because my costumers are from Bulgaria and they are using the local letters which are incompatible with the registrars. I saw WHMCS support pre registrar hook and I made this code /http://pastebin.com/mEFCJsvw which should solve my problems with converting the cyrillic letters to latin on the fly without changing the costumer info. But when I tried to register new domain the request finished with wrong name error. I made dump of processed array from my hook code and everything is converted. Any idea why my code doesn't fix my problems ??? 0 Quote Link to comment Share on other sites More sharing options...
sweethome Posted July 11, 2013 Share Posted July 11, 2013 This should be done in the template I believe, checking on WHMCS now and bumped into this issue too. So if we have a Hebrew template, we don't need to ask at all if contacts are the same, we need to have the name, last name, company name and address fields display automatically if a domain is registered, and have the mandatory with Latin characters only. We can have the email/phone #s auto-completed in case the clients wants to have different info at the registrar. Anyone willing to share the fee for the coding? If done properly it can suit all non Latin systems for this purpose. Surely we can find someone over at eLance to do the job for few hundred bucks.. Justin 0 Quote Link to comment Share on other sites More sharing options...
fast Posted August 16, 2013 Share Posted August 16, 2013 Hi I have the same problem because my costumers are from Bulgaria and they are using the local letters which are incompatible with the registrars. I saw WHMCS support pre registrar hook and I made this code /http://pastebin.com/mEFCJsvw which should solve my problems with converting the cyrillic letters to latin on the fly without changing the costumer info. But when I tried to register new domain the request finished with wrong name error. I made dump of processed array from my hook code and everything is converted. Any idea why my code doesn't fix my problems ??? This code http://pastebin.com/mEFCJsvw Work ? 0 Quote Link to comment Share on other sites More sharing options...
neo2shyalien Posted January 16, 2014 Share Posted January 16, 2014 This code http://pastebin.com/mEFCJsvw Work ? Nope my working code is http://pastebin.com/kSFvKiP2 but have in mind this code transliterate the domain name so if you try to register IDN domain will have problems and should to do it manualy. soon I will try to fix my code for it. 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.