Common Query
How do I add a 'Pay Now' button to an email?
To add the Pay Now button to an email, please follow one of the two options below.
How to Prepare
1. Navigate Email Templates
From the Main Toolbar, go to Settings |
|
Select Email Templates |
|
2. Select the desired Email Template to Edit
3. Save and upload the image below on the Email Template
To upload an image please select the image icon on the top toolbar.
4. Left-click the image and select the Link Icon.
5. Enter the URL as {PostPayLink} and then select update.
6. Select to ensure the changes have been saved.
1. Navigate Email Templates
From the Main Toolbar, go to Settings |
|
Select Email Templates |
|
2. Select the desired Email Template to Edit
3. After selecting the Email Template, Select the More Miscellaneous symbol , then select the Code View Icon
4. Please copy and paste the code below in the relevant section of the Email Template
<div style="text-align: center;"><a href="{PostPayLink}" style="font-size: 13px; font-family: Tahoma,Verdana,Segoe,sans-serif; color: #ffffff; text-decoration: none; border-radius: 4px; background-color: #96c329; border-top: 10px solid #96c329; border-bottom: 12px solid #96c329; border-right: 18px solid #96c329; border-left: 18px solid #96c329; display: inline-block;" target="_blank">Pay Now</a></div>
5. Select to ensure the changes have been saved.