Jump to content

TCA basic to Advanced conversion?


studeggle

Recommended Posts

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

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

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

Archived

This topic is now archived and is closed to further replies.

  • Who's Online   0 Members, 0 Anonymous, 31 Guests (See full list)

    • There are no registered users currently online
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Terms of Use