Hi @Kespar_Tom ,
Welcome to the Community.
One thing to note would be the type of integration you use for your store. Unfortunately, the ready-built Shopify integration doesn't recognize PayPal orders in the "Placed Order" events that are passed into Klaviyo.
In order to track PayPal orders as a "Placed Order" event, you'll need to first create a custom API metric that passes information from PayPal into Klaviyo. For example, it could be called "Placed PayPal Order," and then you'd use it as a another flow filter like so:
- AND "Placed PayPal Order zero times since starting this flow"
To create the custom API metric, you might find this guide handy: Setting Up API-based Transactional Events.
But in other cases like with WooCommerce, it can be possible with some workarounds. If your customer order notes indicate a status of "processing" for this order, then I "believe" you need to update the client's WooCommerce integration with a new order status using this code: "extra_placed_order_statuses": t "processing" ]
If the above is correct, I "believe" this would allow a PayPal payment that leaves the order in a state of "processing" would trigger the "Placed_Order" metric and prevent the abandoned cart flow from firing.
Hope that helped,
Alex
Brilliant, thanks Alex.
We have a custom CMS - so this will need to be booked in with the dev team, really helpful answer thank you.
Tom