Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor chetnapatel

    (@chetnapatel)

    Hi,

    Currently, it is not possible from our Abandoned Cart Lite plugin to provide the button for the cart link in the abandoned cart email. But this feature had been included into the Abandoned Cart Pro plugin.

    You can create a custom CSS which will look like a button and which link to the cart link of your site. Can you please share with me your email address? So I can give you the code patch which will display the button with cart link merge code.

    I hope it is fine.

    Regards,
    Chetna Patel

    Thread Starter eli0086

    (@eli0086)

    Not sure I’m supposed to leave my email on these forums, but I will try.

    I can create the CSS, no problem. I’d like to see what you mean by the cart link merge code though.

    Thanks!

    [email protected]

    Plugin Contributor chetnapatel

    (@chetnapatel)

    Hi,

    Thank you for providing the email address.

    I have replied to you on your email address in which I have attached the file.

    Can you please check the same and confirm?

    Please let me know if you have any further queries.

    Regards,
    Chetna Patel

    Plugin Contributor chetnapatel

    (@chetnapatel)

    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

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘{{cart.link}} doesn't seem to be working’ is closed to new replies.