webRulon Posted December 23, 2010 Share Posted December 23, 2010 Hi, does anybody know how to modify the configure server of the order form to display these fields: Hostname Operating System IP Addresses Root Password 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted December 23, 2010 WHMCS Support Manager Share Posted December 23, 2010 You can either use Product Custom Fields or Configurable Options or a combination of both depending on exactly what you want to achieve. 0 Quote Link to comment Share on other sites More sharing options...
wilrevehl Posted April 12, 2011 Share Posted April 12, 2011 (edited) I see that it is unique to VPS as a product. Other Products do not require this provision. Edited April 12, 2011 by wilrevehl 0 Quote Link to comment Share on other sites More sharing options...
pqcservice Posted May 14, 2011 Share Posted May 14, 2011 the same me please anybody help , How to remove : configure server of the order form to display these fields: Hostname Operating System IP Addresses Root Password I Just set up free script and going to buy , I do not see how remove these fields in Configurable Options Please advise Regards 0 Quote Link to comment Share on other sites More sharing options...
mojahed Posted May 14, 2011 Share Posted May 14, 2011 the same me please anybody help , How to remove :configure server of the order form to display these fields: Hostname Operating System IP Addresses Root Password I Just set up free script and going to buy , I do not see how remove these fields in Configurable Options Please advise Regards i will tell you how to remove the Hostname, Root Password field but tell me which order form you are using ? is it the regular order form or Ajax order form ? , but the following field are not exist as a default configuration, you can remove them from configurable option: Operating System IP Addresses 0 Quote Link to comment Share on other sites More sharing options...
pqcservice Posted May 14, 2011 Share Posted May 14, 2011 This is regular order form I just testing script : Configuration server after press button order, but before checkout These fields: Hostname: NS1 Prefix: NS2 Prefix: Root Password: Thank you, Regards 0 Quote Link to comment Share on other sites More sharing options...
mojahed Posted May 15, 2011 Share Posted May 15, 2011 This is regular order form I just testing script : Configuration server after press button order, but before checkout These fields: Hostname: NS1 Prefix: NS2 Prefix: Root Password: Thank you, Regards Ok, now you will open your cart template files, you can find it here( whmcspath/templates/orderforms/cart) open this file: configureproduct.tpl search for : <input type="text" name="hostname" size="15" value="{$server.hostname}" /> <input type="text" name="ns1prefix" size="10" value="{$server.ns1prefix}" /> <input type="text" name="ns2prefix" size="10" value="{$server.ns2prefix}" /> <input type="password" name="rootpw" size="20" value="{$server.rootpw}" /> remove it and add this Instead of: <input type="hidden" value="NA" value="NA" name="hostname" size="15" /> <input type="hidden" value="NA" name="ns1prefix" size="10" /> <input type="hidden" value="NA" name="ns2prefix" size="10" /> <input type="hidden" value="NA" name="rootpw" size="20" /> The End ! ^__^ 0 Quote Link to comment Share on other sites More sharing options...
Ecommerce Guru Posted January 11 Share Posted January 11 It's just a selection of PRODUCT TYPE. When adding/editing product simply choose 'OTHER' instead of 'Server/ VPS'. You will find it under the Details tab. PRODUCT TYPE dropdown is the first option. 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.