Jump to content
  • 0

Unpaid Invoice Email - No Pay Link


Question

Posted

Hello,

 

My email for invoice due (unpaid) looks like this:

Hi {contact.first_name},

An invoice has been created for your account and is attached to this email in PDF format.
{% for invoice in invoices %}
Invoice #: {invoice.id_code}


Pay Now (No Login Required)

{% endfor %}

If you have any questions about your invoice, please let us know!

Obviously that Pay now isn't a link. How can I make it a link like it should be as I had one customer complaining they couldn't click a link and directly pay like there is on the invoice reminders.

 

Thanks

3 answers to this question

Recommended Posts

  • 0
Posted

In the WYSIWYG editor for the template, highlight the Pay Now text, then click the link icon in the editor. Enter the tag: {invoice.payment_url} for the URL.

Also check the text version, since links can't be created in the same way, you may have something like this in the text area:

 

Pay Now, visit https://{invoice.payment_url} (No login required)

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   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.

Loading...
×
×
  • Create New...