boatcoder Posted August 25, 2017 Share Posted August 25, 2017 I have this definition: $additionaldomainfields[".xxx"][] = array( "Name" => "ICM Registry Membership Number", "Description" => "To purchase a .XXX domain, you must have an ICM membership. You can apply for one <a href='http://www.icmregistry.com/members/'>here.</a>", "LangVar" => "icmMembershipNumber", "Type" => "text", "Size" => 64, "Required" => false, ); And I get this in the params: "additionalfields": { "ICM Registry Membership Number": "1234567890" } Why don't I get the LangVar name instead of the human readable name? "whmcsVersion": "7.2.3-release.1", 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Product Manager WHMCS John Posted August 31, 2017 WHMCS Product Manager Share Posted August 31, 2017 Hi, The langvar enables you to translate the field label on the shopping cart pages using language override files. It will override the "Name" value. 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.