Jump to content

Remove the Cancell imediate option


Recommended Posts

How to remove the Cancellation Option immediate?
At this time, this isn't possible.

Really ?? :roll:

 

surely they can just go into the clientareacancelrequest.tpl template and remove the Immediate option from the dropdown...

            <div class="form-group">
               <div class="form-inline text-center">
                   <label class="control-label" for="type">{$LANG.clientareacancellationtype}</label>
                   <select name="type" id="type" class="form-control">
                       <option value="Immediate">{$LANG.clientareacancellationimmediate}</option>
                       <option value="End of Billing Period">{$LANG.clientareacancellationendofbillingperiod}</option>
                   </select>
               </div>
           </div>

 

Is there a link i can use to directly submit the cancellation?

i want to implement it directly with a javascript popup and not an extra page but cant find the link or options to send the confirmation to

I doubt, for security reasons, whether you could create a URL link like the one you specify...

 

you might be able to use the API to do this - http://developers.whmcs.com/api-reference/addcancelrequest/ - but frankly, it would be easier to just modify the above template and use that. :idea:

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