petplan Posted January 17, 2014 Share Posted January 17, 2014 Is there anyway to add to the invoice email templates an AUTO bill notification? We send out "auto bill" invoices 15 days before the 1st. It shows the payment method is "credit card" but does not indicate to them that it will be auto billed. Clients constantly ask if the invoice will be auto billed or do they need to mail in a check? We cannot add the words "auto bill" to the template because ALL invoices use the same template. So monthly auto billed services would be great to have the OPTION to add "This invoice will be AUTO BILLED on the due date" Anyone have any fixes or ideas of how to do this? Thanks for any feedback! Charles Mazzini 0 Quote Link to comment Share on other sites More sharing options...
brian! Posted January 17, 2014 Share Posted January 17, 2014 you could modify your invoice email template to add these details... something along the lines of Si's suggestion at the link below.. http://forum.whmcs.com/showthread.php?83774-how-to-disable-invoice-due-reminders-for-automatic-charge-subscriptions&p=356003#post356003 {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. I was going to write something similar - but then spotted Si's response to a similar answer... and he said everything I was going to! 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.