Jump to content

how to disable invoice due reminders for automatic charge subscriptions


v1ktor

Recommended Posts

It seems to be a bit redundant and annoying to send out invoice due reminders when a client signed up for a subscription to be charged automatically.

 

Has anyone figured out a way to stop emails from going out in this situation?

 

Any info greatly appreciated.

Link to comment
Share on other sites

Yes, you change the wording of your emails using conditional displays. ie the IF, ELSE and THEN statements detailed here:

http://docs.whmcs.com/Email_Templates

 

In this way, your email simply becomes a courtesy notification to remind them their invoice will be paid automatically (depending on the payment type), or they have to ensure they make a manual payment wording will show in the email, again depending on the payment type for the invoice.

 

For example:

{if $invoice_payment_method eq "subscription"}Payment will be taken on $invoice_date_due
{else}
Please ensure payment is made before $invoice_date_due{/if}

 

Change 'subscription' to whatever is required and insert the text message you wish in both instances.

Edited by Si
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