msaunders Posted August 15, 2012 Share Posted August 15, 2012 Hi Just spotted an issue when ordering .ES domains via resellerclub module . There are a few option fields that need to be filled in by the customer but the drop downs are totally blank . Looks like its supposed to pull in the data from the language file but its not working ... anyone else have this issue or know of a fix ? I am using 5.0.3 and I checked my english.php and additionaldomainfields file and they are the correct versions from what I can see - also I have the latest resellerclub module (5.0.3 build) TIA Martin 0 Quote Link to comment Share on other sites More sharing options...
altomarketing Posted August 15, 2012 Share Posted August 15, 2012 This free mod solve our problem about it http://www.resellerclub-mods.com/ 0 Quote Link to comment Share on other sites More sharing options...
msaunders Posted August 16, 2012 Author Share Posted August 16, 2012 thanks I will take a look , though I would prefer to use the built in functionality of whmcs 0 Quote Link to comment Share on other sites More sharing options...
msaunders Posted August 16, 2012 Author Share Posted August 16, 2012 Nobody else is selling .es domains through resellerclub ?? 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted August 17, 2012 WHMCS Support Manager Share Posted August 17, 2012 Hi, Upgrading to 5.1.2 will resolve this. Otherwise please try the following in your /includes/additionaldomainfields.php file in v5.0.3: // .ES $additionaldomainfields[".es"][] = array("Name" => "ID Form Type", "LangVar" => "estldidformtype", "Type" => "dropdown", "Options" => "Other Identification,Tax Identification Number,Tax Identification Code,Foreigner Identification Number", "Default" => "Other Identification",); $additionaldomainfields[".es"][] = array("Name" => "ID Form Number", "LangVar" => "estldidformnum", "Type" => "text", "Size" => "30", "Default" => "", "Required" => true,); 0 Quote Link to comment Share on other sites More sharing options...
msaunders Posted August 17, 2012 Author Share Posted August 17, 2012 (edited) Thanks John but with all the issues with 5.1.2 being reported I wont be upgrading just yet. I tried your suggestion , those lines were already in /includes/additionaldomainfields.php and it made no difference - anything else I can do ? Edited August 17, 2012 by msaunders 0 Quote Link to comment Share on other sites More sharing options...
Guest benpotter1991 Posted August 18, 2012 Share Posted August 18, 2012 You could try this: http://www.resellerclub-mods.com/en/forum/15-resellerclub-lounge-english/214-howto-setup-correctly-es-tld-in-whmcs.html 0 Quote Link to comment Share on other sites More sharing options...
msaunders Posted August 19, 2012 Author Share Posted August 19, 2012 Ben, your an absolute legend ! I thank you ! 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.