Shopify Flow is an ecommerce automation platform that enables you to automate tasks and processes within your store and across your apps.
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 would like to create this workflow for abandoned checkout.
if the customer has discounted products in the cart, send marketing email A
otherwise
if the customer has no discounted products, send marketing email B
Is there a trigger to check if the products in the cart are discounted or undiscounted?
I could use the compare at price field, if it is greater than 0 it means the product is discounted.
Solved! Go to the solution
This is an accepted solution.
Hi Matteo,
I've looked through the fields available and from the abandonment object and I think the compare at price field could work for your use case.
Abandonment > products added to cart > variant > compare at price
To learn more visit the Shopify Help Center or the Community Blog.
This is an accepted solution.
Hi Matteo,
I've looked through the fields available and from the abandonment object and I think the compare at price field could work for your use case.
Abandonment > products added to cart > variant > compare at price
To learn more visit the Shopify Help Center or the Community Blog.
Thank you Steve!