gary4gar Posted August 15, 2009 Share Posted August 15, 2009 Hi, We have a made a custom Server Module for automatic setup of dedicated servers. We used WHMCS's config options to allow client to choose OS,IP,Control panel etc. I was wondering is there is a way to setup pricing on these? Like I want to give out centos for free but want to charge extra for windows. any idea on how this could be done? 0 Quote Link to comment Share on other sites More sharing options...
DataHosts Posted August 15, 2009 Share Posted August 15, 2009 You can set the price for configuration options from within WHMCS all ready. Am I missing your question here? 0 Quote Link to comment Share on other sites More sharing options...
gary4gar Posted August 15, 2009 Author Share Posted August 15, 2009 Hi, Thank you for replying. the configration options are defined in function modulename_ConfigOptions() in our server module . here OS,IP,Control panel are defined and returned in $configarray variable Can you please tell how to set prices for them? I would be thankful to you! 0 Quote Link to comment Share on other sites More sharing options...
tbenoit Posted August 16, 2009 Share Posted August 16, 2009 There is confusion on the "ConfigOptions" function and the WHMCS "Configurable Options" setup. You cannot set pricing within the ConfigOptions for your custom module. You should setup "Configurable Options" (which, during definition, you set the pricing) and then reference those options in your custom module so services are created correctly. 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.