Skip to main content

I want a link that turns the customers cart into check out with the exact items, personalised for each customer. I already have the code for personalised checkout abbandonment. Thanks

Hi ​@sfdahj!

Thank you for posting in the Community!

You could try the following code, which works in Shopify :-) 

https://yourstore.com/cart/ {% for item in event.extra.line_items %} {{ item.variant_id }}:{{ item.quantity }}{% if forloop.last == false %},{% endif %} {% endfor %}/checkout

Hope that helps! :-) 

Christian Nørbjerg Enger
Partner & CPO
Web: Segmento.dk
LinkedIn: @christianfromsegmento
Voldbjergvej 22b, 8240 Risskov


Reply