A space to discuss online store customization, theme development, and Liquid templating.
It would be very nice to be able to retrieve a customer's segments via Liquid.
Potential use case:
Create a segment that includes all customers with an abandoned cart less than 3 days old. Then, in a section or snippet, check if the current customer is a member of that segment. If so, show them a message directing them to their cart to complete their purchase.
Solved! Go to the solution
This is an accepted solution.
Logic like this handled with tags in liquid. So for a feature like that to get traction there'd have to be a reason why tags as an established practice aren't suitable.
Shopify Marketing Automations(basic plan or higher) can tag customers and there are several abandoned flows
https://help.shopify.com/en/manual/promoting-marketing/create-marketing/create-marketing-automations
Abandoned carts , not abandoned checkouts, can just be handled with javascript; set the date in a cookie > check date diff > is cart not empty? > show message.
Contact paull.newton+shopifyforum@gmail.com for the solutions you need
Save time & money ,Ask Questions The Smart Way
Problem Solved? ✔Accept and Like solutions to help future merchants
Answers powered by coffee Thank Paul with a ☕ Coffee for more answers or donate to eff.org
This is an accepted solution.
Logic like this handled with tags in liquid. So for a feature like that to get traction there'd have to be a reason why tags as an established practice aren't suitable.
Shopify Marketing Automations(basic plan or higher) can tag customers and there are several abandoned flows
https://help.shopify.com/en/manual/promoting-marketing/create-marketing/create-marketing-automations
Abandoned carts , not abandoned checkouts, can just be handled with javascript; set the date in a cookie > check date diff > is cart not empty? > show message.
Contact paull.newton+shopifyforum@gmail.com for the solutions you need
Save time & money ,Ask Questions The Smart Way
Problem Solved? ✔Accept and Like solutions to help future merchants
Answers powered by coffee Thank Paul with a ☕ Coffee for more answers or donate to eff.org
Thanks, Paul. The messaging I'd seen around Shopify's Marketing Automations led me to believe it was strictly email oriented, and didn't include these sorts of workflows. I use another service for our emails and because of that hadn't looked too far beyond the surface for what was possible within Shopify.