• Resolved snowdrop

    (@nymla)


    I can’t get the {{ cart.link }} placeholder to work. I tried making it a html link but that didn’t help.

    It doesn’t make a clickable link but looks for example like this in the email:
    https:// websitesaddress /cart/?action=cart-restore&token=test-token&hash=eded2463233cb403bf233c31e1dbffb5

    Also, is it possible to insert images of the products in the cart?
    Thanks!

    • This topic was modified 1 year, 8 months ago by snowdrop.
Viewing 1 replies (of 1 total)
  • Plugin Contributor Bartek

    (@bartj)

    Hi @nymla

    {{ cart.link }} will not produce a clickable link, only a raw form of HTML link. This way you have the flexibility to use it the way you want, e.g., to make a clickable link with text ‘Return now’, you could wrap it in HTML markup <a href="{{ cart.link }}">Return now</a>

    As to using images of products, you can use {{ cart.items | template: 'grid_2_col' }} placeholder. This will output images in a grid of 2 items per row. There’s also a 3_col variant. You can see the settings for yourself by clicking the placeholder name in automation editor sidebar – the popup with placeholder description and options will appear.

    Best regards,
    Bartek

Viewing 1 replies (of 1 total)
  • The topic ‘Cart link not working’ is closed to new replies.