Jump to content

Limiting Billing Period


Zeon

Recommended Posts

Hi Guys,

Sorry if this is really basic and a big overlook on my part but I just can't figure it out!

 

Here is the situation:

- Want to have an 18 or 24 month contract with clients for X amount per month for a certain product

- Once contract period is up they are no longer charged and ideally switched to another product

 

Basically they are paying for their website design via a monthly charge and once their contract is up they switch to a basic hosting plan.

 

Is this possible and if so how would I set it up?

Link to comment
Share on other sites

add 2 products - the hosting, values as normal, and the spread-design cost (monthly)

 

add a mod_hostingexpiry table, 2 fields, hostingid, expirydate

add an admin module to input the values

add a cron job which

sets the spread-design hostingid, status "Cancelled" when nextdue >= expirydate

deletes the mod_hostingexpiry record

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