studeggle Posted April 13, 2009 Share Posted April 13, 2009 Question for those that have used TCA Advanced module for WHMCS. I see they have publicly released the advanced module. Wondering how hard or easy the conversion would be as I do have a working integration? Also what are the advantages of the new advanced one? Thanks for the feedback Link to comment Share on other sites More sharing options...
ECF Posted April 13, 2009 Share Posted April 13, 2009 The advantages are the advanced module does more than the current module. In the download is documentation which you can read. Link to comment Share on other sites More sharing options...
KingJ Posted April 13, 2009 Share Posted April 13, 2009 To convert, I simply went to Servers in WHMCS and changed the module from tcadmin to tcadmin_advanced, this updated all existing client services to use the new module. You will however need to manually change all existing products to tcadmin_advanced. Link to comment Share on other sites More sharing options...
ECF Posted April 13, 2009 Share Posted April 13, 2009 I will see if Luis or Matt can create a script to do this. Might make it easier to upgrade. Link to comment Share on other sites More sharing options...
studeggle Posted April 13, 2009 Author Share Posted April 13, 2009 Doing some testing now, I see TCA Advanced auto chooses username and passwords for TCA. Is there a way too overide this and still allow my customers to choose there own username and/or password? Link to comment Share on other sites More sharing options...
ECF Posted April 14, 2009 Share Posted April 14, 2009 It would be a setting in WHMCS if the option is there. Link to comment Share on other sites More sharing options...
Johnny5_Hull Posted April 14, 2009 Share Posted April 14, 2009 I will see if Luis or Matt can create a script to do this. Might make it easier to upgrade. Now were talking..... where do we go to beg? lol Is there a way too overide this and still allow my customers to choose there own username and/or password? I believe there is, it is mentioned in the other thread, I believe it simply requires some changes to one of the files..... Also, there really needs to be an option in the module to select f you want the panel user/pass to come from WHMCS or as a custom field. Anyone wanting to do this should replace: $billing_api_values["user_name"] = $params["username"]; $billing_api_values["user_password"] = $params["password"]; With: $customfields = $params["customfields"]; $billing_api_values["user_name"] = $customfields["Username"]; $billing_api_values["user_password"] = $customfields["Password"]; In there values php files. You then need to create a custom field called Username and Password for each product using this value file. Perhaps these threads could be merged ?? Link to comment Share on other sites More sharing options...
Admin-Nation-Servers Posted April 14, 2009 Share Posted April 14, 2009 Now were talking..... where do we go to beg? lol I believe there is, it is mentioned in the other thread, I believe it simply requires some changes to one of the files..... Perhaps these threads could be merged ?? Anyone know the other one? for Product Configurable Options? Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.