Personalized checkout and custom promotions with Shopify Scripts
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi. I'm setting up a store selling online classes and I need to send my clients different links for each class. Is there a way to send a personalised link for each product in the confirmation email that the client receives?
Thanks!
When adding the product to the cart, you can add the personalized link to the attributes of the line item, and then reference the value in your email template as such:
line.properties
It'll return an array.