Hi @ricbrooks,
Welcome to the Community! Happy to help clear any confusion!
You will need the code below for the button block’s URL as mentioned in our dynamic event data and the getting started with WooCommerce integration documentation.
{{ organization.url|trim_slash }}/cart?wck_rebuild_cart={{ event.extra.CartRebuildKey }}
You can test that your email is working by starting your own checkout and then abandoning it and seeing if the email renders correctly for you! You can add a flow filter to only send queue your exact email for the flow or set your flow to manual, which means that while users can be queued for the flow, they would only receive an email if you manually sent it yourself.
Finally, I’d check out these other Community threads who had a similar issue to gain more insight!
Thanks for participating in the Community!
-Taylor
Thanks so much.
that looked like the correct one but for some reason one of the pre-built Klaviyo ones has this '{{ organization.url|trim_slash }}/cart'
Very odd but thanks for clearing it up