omega36 Posted December 27, 2007 Share Posted December 27, 2007 Hi! As I'm quite new to WHMCS (let alone customizing it) I have a few questions: I'm offering a hosting service that relates to a game, and payments are received in the form of in-game currency. 1. This being said, I do not wish to offer a domain registration service, and would like to disable the whois/availability function from being show in index.php, is this possible? 2. I am not interested in collecting personal information (apart from e-mail address, and at most their first name) from the customers in the signup process. I simply require their Character name and the clan they work with, is there any way to avoid having to supply all the other private details such as address and phone number, etc? 3. With regards to the above question, how do I go about making the invoice just display the name and clan of the client? If there is no details for address etc it shows a bunch of commas for where the data should be. Please let me know, I would GREATLY appreciate it if you could give me some tips on this matter!!!! 0 Quote Link to comment Share on other sites More sharing options...
chickendippers Posted December 27, 2007 Share Posted December 27, 2007 1. To disable domains goto Configuration > General Configuration > Domain. 2. You will probably have to edit the relevant orderform template to make all the fields you don't need hidden (by adding this): type="hidden" value=" " 3. Again, you should be able to do this by editing the invoice template and removing the address variables. 0 Quote Link to comment Share on other sites More sharing options...
omega36 Posted December 27, 2007 Author Share Posted December 27, 2007 Thank you, where might I find the templates for the invoices? I see /viewinvoices.php is encrypted. Also, I want one domain option to be available - the choice to use their own domain name, with this it seems that under Orders is still shows: "Register Domain | Transfer Domain" in the orders section, I do not want them there, how do I get rid of them? And how do I edit the /index.php or the main view? I'd like to remove Domain Availability Checker and Affiliates from the options as there's no need for them with my services. 0 Quote Link to comment Share on other sites More sharing options...
chickendippers Posted December 27, 2007 Share Posted December 27, 2007 It's all done in the template folder. Read the documentation for more information. 0 Quote Link to comment Share on other sites More sharing options...
omega36 Posted December 28, 2007 Author Share Posted December 28, 2007 Where might I find this documentation? All I can find is: http://v3manual.whmcs.com/ and in that I can't find how to change all the things I need to via templates. I added custom fields to user registration, would it be possible to display these fields in the admin/clients.php view? Thanks again! 0 Quote Link to comment Share on other sites More sharing options...
chickendippers Posted December 28, 2007 Share Posted December 28, 2007 http://v3manual.whmcs.com/display.php?id=25 If you want to edit the orderform then the template files are located at /templates/orderforms The invoice template is at /templates/*skin name*/viewinvoice.tpl To edit the client area home you need to edit /templates/*skin name*/clientareahome.tpl Simple really! 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.