VPSeed Posted August 4, 2011 Share Posted August 4, 2011 So I have had whmcs installed for a few days and am slowly learning the ins and outs of it. I have it linked up with solusvm to auto create VPS upon first payment. Thing I can't figure out is on my test product here http://seedking.org/billing/cart.php?a=confproduct&i=1 it is still wanting name servers and a root password. I disabled everything to do with domains in that products configuration. How do I get rid of the nameserver fields as they are not needed. Also trying to figure out how to get the system to auto-generate a password and get it sent in the clients welcome e-mail. I'm sure the password thing is covered somewhere just trying to find it hehe. 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted August 4, 2011 WHMCS Support Manager Share Posted August 4, 2011 You can remove these fields from configureproduct.tpl: http://docs.whmcs.com/Order_Form_Templates 0 Quote Link to comment Share on other sites More sharing options...
VPSeed Posted August 4, 2011 Author Share Posted August 4, 2011 (edited) Ok I did as in the link you gave me set the values to NA but those fields still showup. {if $productinfo.type eq "server"} <h3>{$LANG.cartconfigserver}</h3> <table width="100%" border="0" cellpadding="0" cellspacing="0" class="frame"> <tr> <td><table width="100%" border="0" cellpadding="10" cellspacing="0"> <tr> <td width="150" class="fieldarea">{$LANG.serverhostname}:</td> <td><input type="text" name="hostname" size="15" value="NA" /> eg. server1(.yourdomain.com)</td> </tr> <tr> <td width="150" class="fieldarea">{$LANG.serverns1prefix}:</td> <td><input type="text" name="ns1prefix" size="10" value="NA" /> eg. ns1(.yourdomain.com)</td> </tr> <tr> <td width="150" class="fieldarea">{$LANG.serverns2prefix}:</td> <td><input type="text" name="ns2prefix" size="10" value="NA" /> eg. ns2(.yourdomain.com)</td> </tr> <tr> <td width="150" class="fieldarea">{$LANG.serverrootpw}:</td> <td><input type="password" name="rootpw" size="20" value="NA" /></td> </tr> Edited August 4, 2011 by VPSeed 0 Quote Link to comment Share on other sites More sharing options...
RenatoMN Posted August 4, 2011 Share Posted August 4, 2011 you forgot replace type="text" with type="hidden" 0 Quote Link to comment Share on other sites More sharing options...
VPSeed Posted August 5, 2011 Author Share Posted August 5, 2011 Yep fixed now ty 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.