thecravenone / WHMCS_Bulk_add_TLDs

Adds TLD pricing to WHMCS in pulk
GNU General Public License v3.0
0 stars 4 forks source link

Should check if TLD exists and if it does, update it. #1

Open piki007 opened 8 years ago

piki007 commented 8 years ago

I checked your script and firs import works great. Bu i comes to a problem when you want to fix some prices and you run the script second, third etc. time.

Scipt always makes new entrys. The result is, that you have double, tripple domains in the system with same tlds.

It should be updated so, tha it checks if .tld is already in the system and then just fix prices ... and adding new if .tld is not in the system.

Otherwise nice work man ... thank you

thecravenone commented 8 years ago

@piki007 I don't have time to test right this very moment but I believe that commit fixes this. Let me know if you have any problems.

nbwpuk commented 7 years ago

@thecravenone & @piki007 Curious if you ever got around to testing the pr and whether it did work correctly?