Jump to content

Charging for Yearly Addons on Monthly Billing Cycle


Recommended Posts

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?

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

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. :)

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated