arisythila Posted August 27, 2010 Share Posted August 27, 2010 So my issue... I have servers from all over the US. I'm not sure if this is possible or not. but I'm looking at allowing a customer to choose which data center they want. using all the same package. So I dont have to have 100's of packages. I can have one for cPanel, one for Plesk, one for Direct Admin. Is this possible? Thanks, ~Michael 0 Quote Link to comment Share on other sites More sharing options...
laszlof Posted August 27, 2010 Share Posted August 27, 2010 I don't think you can define a server group as a configurable option.. You'd have to provision them semi-manually if you want to do that. (You would have to manually pick the server based on their selection and accept the order) 0 Quote Link to comment Share on other sites More sharing options...
WHMCS Support Manager WHMCS John Posted August 27, 2010 WHMCS Support Manager Share Posted August 27, 2010 You'd need to create a separate product for each product in each location I'm afraid. 0 Quote Link to comment Share on other sites More sharing options...
arisythila Posted September 2, 2010 Author Share Posted September 2, 2010 yeah, but man it would be handy to have a module that took your list of servers, and allowed the customer to choose. 0 Quote Link to comment Share on other sites More sharing options...
hostproof Posted September 13, 2010 Share Posted September 13, 2010 Indeed, would be very nice! 0 Quote Link to comment Share on other sites More sharing options...
disgruntled Posted September 14, 2010 Share Posted September 14, 2010 (edited) You can always create a configurable option in the packages. hosting location = x hosting location = y hosting location = z You manually process the orders for this package set and provision the service in the datacentre chosen, I understand you are looking to provision these automagically however unless you are ready to get into the nuts and bolts of building your own order process with this detailing integrated you might be waiting a while, if indeed it does ever make a release Edited September 14, 2010 by disgruntled 0 Quote Link to comment Share on other sites More sharing options...
ShaneMcC Posted September 16, 2010 Share Posted September 16, 2010 Alternatively, create a configurable option, then add a "AfterShoppingCartCheckout" hook and then in your hook: mysql_query('UPDATE tblhosting SET server = "' . $server . '" WHERE id = "' . $id . '"'); 0 Quote Link to comment Share on other sites More sharing options...
disgruntled Posted September 17, 2010 Share Posted September 17, 2010 Alternatively, create a configurable option, then add a "AfterShoppingCartCheckout" hook and then in your hook: mysql_query('UPDATE tblhosting SET server = "' . $server . '" WHERE id = "' . $id . '"'); Lateral thinking.. Nice 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.