Hi,
Thank you for providing the email address.
You can manually add the link of 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 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.
Please let me know if you have any further queries.
Regards,
Chetna Bhutka