Jump to content

Problem registering .ES domains - resellerclub module


msaunders

Recommended Posts

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

Link to comment
Share on other sites

  • WHMCS Support Manager

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,);

Link to comment
Share on other sites

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 by msaunders
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated