devbanana Posted May 1, 2013 Share Posted May 1, 2013 Hello, I'm using the VPS.Net module to sell VPSs. Several of the addons are yearly, such as Softaculous and RVSkin. Those addons have a yearly cost, but when a monthly billing cycle is chosen, no cost is associated with those addons. How can I handle this? Obviously if I put the yearly cost in the monthly field, then it'll charge that amount monthly, which I don't want. Any recommendations? 0 Quote Link to comment Share on other sites More sharing options...
durangod Posted May 2, 2013 Share Posted May 2, 2013 I think your talking about the same deal that i had awhile back, none of my annual prices showed up on my addons. So with the help of WHMCS Chris here is what we did. Now i am using comparison order form so you will have to apply this to your order form. Whatever your using. orderforms/comparison/products.tpl find {else} {$product.pricing.monthly} change too {elseif $product.pricing.monthly} {$product.pricing.monthly} {else} {$product.pricing.annually} clear your cache and you should now see the annual prices. 0 Quote Link to comment Share on other sites More sharing options...
devbanana Posted May 2, 2013 Author Share Posted May 2, 2013 I think your talking about the same deal that i had awhile back, none of my annual prices showed up on my addons. So with the help of WHMCS Chris here is what we did. Now i am using comparison order form so you will have to apply this to your order form. Whatever your using. orderforms/comparison/products.tpl find {else} {$product.pricing.monthly} change too {elseif $product.pricing.monthly} {$product.pricing.monthly} {else} {$product.pricing.annually} clear your cache and you should now see the annual prices. Great, thanks a lot. But will it actually charge that price once the user checks out? 0 Quote Link to comment Share on other sites More sharing options...
durangod Posted May 2, 2013 Share Posted May 2, 2013 My thought is yes, the price is the price, we are not modifying that at all, my change simply allows the value to be passed so that it appears on the order form. But you might want to do a test run to make sure, it seemed to work for me but do a test run to make sure yourself. 0 Quote Link to comment Share on other sites More sharing options...
And then there was one les Posted May 6, 2013 Share Posted May 6, 2013 If it is just a display issue in the order flow, then this will be fine, however if your cart price is not reflecting then this will not fix your problem in that case you would be best to take this up with the support desk and see what they can sort out. 0 Quote Link to comment Share on other sites More sharing options...
othellotech Posted May 7, 2013 Share Posted May 7, 2013 Those addons have a yearly cost, but when a monthly billing cycle is chosen, no cost is associated with those addons. That will be a bug - addons have their own billing cycle, so they'd still pay monthly for the product and annually for the addons - you'll need to open a whmcs support ticket. 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.