Jump to content

Making terminate account option as 'end of billing cycle' only


garyspinkdesign

Recommended Posts

Hello there,

 

Not sure if this is in the right place but here goes, I've set-up automatic termination, where the client can login to whmcs and request termination etc. However there are two options for the client in the dropdown menu which are 'Immediate' and 'end of billing cycle'. is it possible to make it so only end of billing cycle is clickable?

Link to comment
Share on other sites

i assume that you use the default template, open up /templates/default/clientareacancelrequest.tpl and at line #58~ you can find this option:

<option value="Immediate">{$LANG.clientareacancellationimmediate}</option>

you can simply remove it or comment it like follow:

{*<option value="Immediate">{$LANG.clientareacancellationimmediate}</option>*}

but if you need to keep it and your clients not allowed to select this option use "disable" attribute:

<option value="Immediate" disabled>{$LANG.clientareacancellationimmediate}</option>

Link to comment
Share on other sites

i assume that you use the default template, open up /templates/default/clientareacancelrequest.tpl and at line #58~ you can find this option:

<option value="Immediate">{$LANG.clientareacancellationimmediate}</option>

you can simply remove it or comment it like follow:

{*<option value="Immediate">{$LANG.clientareacancellationimmediate}</option>*}

but if you need to keep it and your clients not allowed to select this option use "disable" attribute:

<option value="Immediate" disabled>{$LANG.clientareacancellationimmediate}</option>

 

 

Thank you, this worked great :)

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