ddenev Posted February 2, 2009 Author Share Posted February 2, 2009 So the upgrade / Downgrade part is not automated? This is a question that you'll have to ask Matt (or search in the forum). I don't think that WHMCS provides a way to automatically upgrade/downgrade packages upon order completion (or invoice payment). But I am not 100% sure about that, so better ask the WHMCS guys. If WHMCS automatically calls the module_ChangePackage() method of server modules then it would work, otherwise not. Best regards 0 Quote Link to comment Share on other sites More sharing options...
vT16 Posted February 2, 2009 Share Posted February 2, 2009 Hello, If you set the server to do "Set domain to VPSName" do you then need the vpsname custom field for the automated order to process? 0 Quote Link to comment Share on other sites More sharing options...
vT16 Posted February 2, 2009 Share Posted February 2, 2009 The more i use this module, the more i understand, and i must say that so far it's just being perfect Regarding the configurable options, is it possible to get something for the IPs ? So if they order more IP's then it can be added to the order... 0 Quote Link to comment Share on other sites More sharing options...
ddenev Posted February 3, 2009 Author Share Posted February 3, 2009 Hello, If you set the server to do "Set domain to VPSName" do you then need the vpsname custom field for the automated order to process? You always need the vpsname field for the automatic creation to work. The Set Domain to VPS Name setting is only for visual convenience. If you have set the Show Domain Options on the Details tab then you should switch the Set Domain to VPS Name off so that the module does not overwrite the field. Best regards 0 Quote Link to comment Share on other sites More sharing options...
ddenev Posted February 3, 2009 Author Share Posted February 3, 2009 The more i use this module, the more i understand, and i must say that so far it's just being perfect Thank you for appreciating my work Regarding the configurable options, is it possible to get something for the IPs ? So if they order more IP's then it can be added to the order... I have to think about this very carefully since there are some concerns regarding this function. I have it in my list of features but without carefully planning I'm not going to introduce it. I do not want to expose every possible HyperVM function through my module. Best regards 0 Quote Link to comment Share on other sites More sharing options...
ddenev Posted February 3, 2009 Author Share Posted February 3, 2009 Regarding the configurable options, is it possible to get something for the IPs ? So if they order more IP's then it can be added to the order... Something I forgot to mention, you can even now add a configurable option for additional IP addresses and it will be shown on the ordering pages just fine. This is something that WHMCS already has and does it perfectly. The only thing is that presently the module will not take into account this option but you can still offer this to your customers. Best regards 0 Quote Link to comment Share on other sites More sharing options...
vT16 Posted February 3, 2009 Share Posted February 3, 2009 Do you know how you setup this order form? The values of the configurable option? 0 Quote Link to comment Share on other sites More sharing options...
ddenev Posted February 3, 2009 Author Share Posted February 3, 2009 Do you know how you setup this order form? The values of the configurable option? You should check this with the WHMCS manual. I wouldn't like to describe something that has been very well described already. Or you could better ask in the forum since this would be off the current topic. I could answer you there. Best regards 0 Quote Link to comment Share on other sites More sharing options...
vT16 Posted February 4, 2009 Share Posted February 4, 2009 I noticed a little thing, it's not possible to select what OS template that is going to be setup inside the configuration like on the original WHMCS way... Will the OS Chooser from what WHMCS created be working and useable in this version? And, how can i make it so the IP's that is pulled from HyperVM is included in the email sent by WHMCS ? Thanks, 0 Quote Link to comment Share on other sites More sharing options...
ddenev Posted February 4, 2009 Author Share Posted February 4, 2009 I noticed a little thing, it's not possible to select what OS template that is going to be setup inside the configuration like on the original WHMCS way... Yes, that is correct. I did it this way because it allows the customers to choose their OS template rather then it being setup for all products. If you use the WHMCS module, you will have to create separate package for every OS template. That is why I chose to let the customer choose his/her OS during ordering. Will the OS Chooser from what WHMCS created be working and useable in this version? You cannot mix the two modules. Either you use the WHMCS module or you use the Enhanced module. It is not possible to have both (well, it is possible but is pointless). And, how can i make it so the IP's that is pulled from HyperVM is included in the email sent by WHMCS ? Preparing the e-mail templates is out of the scope of the module. You should read the manual to learn how WHMCS mail templates work and how to include config options and custom fields in them. To help you, here is what I use in my e-mail template in order to get the list of IPs: {$service_custom_fields.0}. But I always make sure that the ipaddresses custom field is the first in the list. Best regards 0 Quote Link to comment Share on other sites More sharing options...
vT16 Posted February 4, 2009 Share Posted February 4, 2009 Yes, that is correct. I did it this way because it allows the customers to choose their OS template rather then it being setup for all products. If you use the WHMCS module, you will have to create separate package for every OS template. That is why I chose to let the customer choose his/her OS during ordering. WHMCS already includes and allow you to choose what OS to have during order and set it up automaticly... There is no need to setup a seperate package for each OS template at all.. My main question is, how does this work with your module? Is it the same way as WHMCS ? Or is the "command" lines you use somehow different? http://wiki.whmcs.com/HyperVM In the bottom you can see how the OS Chooser is already implented with WHMCS.... (Written by moi) 0 Quote Link to comment Share on other sites More sharing options...
ddenev Posted February 4, 2009 Author Share Posted February 4, 2009 WHMCS already includes and allow you to choose what OS to have during order and set it up automaticly... There is no need to setup a seperate package for each OS template at all.. My main question is, how does this work with your module? Is it the same way as WHMCS ? Or is the "command" lines you use somehow different? http://wiki.whmcs.com/HyperVM In the bottom you can see how the OS Chooser is already implented with WHMCS.... (Written by moi) Well I don't know how exactly WHMCS works in this case since I never used it. The Enhanced module uses the config option for OS templates to let the user choose his ostemplate. Actually did you download the trial? Judging by your questions it seems to me that you do not have the module installed and haven't tried all its features ;-) Best regards 0 Quote Link to comment Share on other sites More sharing options...
vT16 Posted February 4, 2009 Share Posted February 4, 2009 I have it downloaded and i have it installed, but there is nothing that indicates how you setup the "OS Chooser" for the client.. So unless this is added by your module automaticly to the order form, then it's non existant.. I assume you need to add the OS Chooser like you add "disk|HDD" and "traffic|Bandwidth" ??? 0 Quote Link to comment Share on other sites More sharing options...
ddenev Posted February 4, 2009 Author Share Posted February 4, 2009 I have it downloaded and i have it installed, but there is nothing that indicates how you setup the "OS Chooser" for the client.. So unless this is added by your module automaticly to the order form, then it's non existant.. I assume you need to add the OS Chooser like you add "disk|HDD" and "traffic|Bandwidth" ??? Open the documentation and go to Create the Configurable Options for the product section. Scroll to item #5 and read Best regards 0 Quote Link to comment Share on other sites More sharing options...
vT16 Posted February 4, 2009 Share Posted February 4, 2009 That one has to be new, as i was spesificly looking for it. SORRY: I had already edited the section, after 68 hours with no sleep then i am getting a bit dissy 0 Quote Link to comment Share on other sites More sharing options...
bhavicp Posted February 10, 2009 Share Posted February 10, 2009 Wow, Awesome module I'll look into getting this soon! 0 Quote Link to comment Share on other sites More sharing options...
Shikhir A Posted February 15, 2009 Share Posted February 15, 2009 Purchased this a few days ago . Hopefully all will be great! 0 Quote Link to comment Share on other sites More sharing options...
InterWebUK Posted February 15, 2009 Share Posted February 15, 2009 My license file is not working, can you please reissue one for me 0 Quote Link to comment Share on other sites More sharing options...
ddenev Posted February 15, 2009 Author Share Posted February 15, 2009 Actually you have provided the wrong IP address in your previous e-mail. Pinging your domain reveals that the IP address is different. I sent you the reissued trial license for the real IP address. Check if everything is OK and let me know. 0 Quote Link to comment Share on other sites More sharing options...
Spunkyasp Posted February 16, 2009 Share Posted February 16, 2009 I have ordered. Email and payment sent. 0 Quote Link to comment Share on other sites More sharing options...
ddenev Posted February 16, 2009 Author Share Posted February 16, 2009 I sent the license to your e-mail address. Thank you for buying the module. 0 Quote Link to comment Share on other sites More sharing options...
vT16 Posted February 18, 2009 Share Posted February 18, 2009 I want to buy the license... 0 Quote Link to comment Share on other sites More sharing options...
ddenev Posted February 18, 2009 Author Share Posted February 18, 2009 I want to buy the license... That's great ;-) Just go to the first post and there you'll find all the needed purchase info. Best regards 0 Quote Link to comment Share on other sites More sharing options...
vT16 Posted February 18, 2009 Share Posted February 18, 2009 Hello, I got your ticket, but it seems that you don't read the email to often or it was wrong.. Can you please send the license file to the email i mentiond in the ticket? 0 Quote Link to comment Share on other sites More sharing options...
ddenev Posted February 18, 2009 Author Share Posted February 18, 2009 Hello, I got your ticket, but it seems that you don't read the email to often or it was wrong.. Can you please send the license file to the email i mentiond in the ticket? Already sent 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.