Hi,
Thank you for appreciating our plugin.
I am glad to know that you are receiving the abandoned cart reminder email from our plugin.
You can manually add the link to the cart page instead of using the merge tag provided by the plugin. You can create the custom CSS which will look like as the button. You need to change the HTML code in the email body of email template tab. So you have to follow below steps for providing cart link in abandoned cart reminder email:
1) Create / Edit template for your abandoned cart reminder email.
2) Please click on the icon is shown in screenshot: https://screencast.com/t/hD6T6FRVO8
3) Please enter the below code where you have to add the button.
Code:
<table class="abandoned_cart_button" style="border-collapse: separate!important; border-radius: 3px; background-color: #557da1; width: 25%;" border="0" cellspacing="0" cellpadding="0"><tbody><tr><td style="font-family: Arial; font-size: 16px; padding: 15px;" align="center" valign="middle"><a style="font-weight: bold; letter-spacing: normal; line-height: 100%; text-align: center; text-decoration: none; color: #f5f5f5; word-wrap: break-word;" title="View My Cart" href="{{cart.link}}" target="_blank">View My Cart</a></td></tr></tbody></table>
Now created button will show as the button in abandoned cart email and it will redirect to the cart page. You need to change title of the button as per your business requirement.
Please let me know if you have any further queries.
Regards,
Chetna Bhutka