Jump to content

vmukdaniel

Retired Forum Member
  • Posts

    36
  • Joined

  • Last visited

About vmukdaniel

vmukdaniel's Achievements

Member

Member (2/3)

0

Reputation

  1. Just wanted to say this is a fantastic mod, I managed to cutomise it for all products and services, not just web hosting very easily, very easy to install, well done saved me loads of time.
  2. We use WHMCS for all our Billing and Support for Web Hosting, Media Streaming & Dedicated Servers it is great. I really cannot fault WHMCS, the product is great and so is the support. Keep up the good work WHMCS!
  3. You could use a file comparison tool to find our where the changes have been made so you can go thorugh and manually make the changes again, the TPL files don't usually change that much.
  4. Have a look in WHMCS Admin Area on the Tools menu and Integration Menu this will provide the code to the client login box, you can place this where needed.
  5. We used: $clientsdetails = $params["clientsdetails"]; # Array of clients details - firstname, lastname, email, country, etc... For First Name use: $clientsdetailsfirstname = $params["clientsdetails"]["firstname"]; then call $clientsdetailsfirstname in your code. Hopefuly that helps,
  6. Hi, Just browsing through the forum! On this one I have created custom PHP files (next to WHMCS and .htaccess controlled) which will get the correct data from WHMCS and compile the output to the correct format of the CSV file. I have also created an EXE Program which runs on our office server daily to download the CSV files and import them into sage automatically. This process works very well and has been for a few weeks now. So to sum up - all you need to do is create the MySQL queries and PHP code to compile and download the CSV files and you can then import using the standard import tool for Sage.
  7. Looks great, very nice integration!
  8. Well all I can say is that the new version is FANTASTIC, I love WHMCS and wouldn't dream of using anything else. Can't wait for some of the new features as detailed in Dev Tracker.
×
×
  • 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