There is an issue with something in your set-up as you’re getting a variable error in the preview mode. Double-check your text blocksource code that it is this:
Create a flow https://www.klaviyo.com/flows/create and filter the flow templates for WooCommerce. Choose the Abandoned Cart Reminder. This shares the same product events as a placed order.
Edit the template and select the table block. Select the star icon on the the left tab that appears and save the block as universal content.
Now edit your order detail email. In the left pane of the editor, select ‘Universal’. You will see the table block you just saved. Drag that into your email. See below in edit mode.
The default table block does not including shipping details. So, add this snippet in its own content block {{ event.ShippingMethods }}. It needs to be in its own block. If you inlcude it in the table it will show the same methid against each product in the order.
Adjust to suit the colours/layout you want.
When you trigger your flow from a placed order event, that block will iterate through all the products the customer has ordered and display the product image, title, quantity, and item value
It looks to me like you’ve not saved the entire table block correctly as universal content from the WooC abandoned cart template. You should do this as below.
If you’re still having issues, I’m happy to create a quick walk-though video.
There is an issue with something in your set-up as you’re getting a variable error in the preview mode. Double-check your text blocksource code that it is this:
Thanks for helping me on your Saturday! changed everything to what you’ve sent me. I don’t get that error message anymore. I expect that the actua e-mail sent to the customer will look better then in the preview?
Unfortunately, something is still incorrect as the preview should show the populated table block with the products they’ve ordered. You can check that by sending a test to yourself.
Do you see the block if you switch to mobile in the preview? I’m wondering if the table block is set to Display on mobile only? Or do you have any show/hide logic on the table?