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
Solved
How to automate link from cart to checkout for each customer
Best answer by Christiannoerbjerg
Hi
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.