How do I exclude LABL from Klaviyo?

In Klaviyo, you can filter out a specific item using custom code in a table block. To exclude LABL from Klaviyo, use conditional statements to hide/show the content of the item name is LABL Protect

Note: Admin access within Klaviyo is required to exclude/blacklist products.

Log into Klaviyo

In the current Klaviyo template you're using, switch the Dynamic Table block to static.

DF3230A4-24FA-4AFA-BF06-E939354AA7D0

Turn on the Block Repeat feature to iterate through multiple items in cart:

5E25F891-2674-401A-AD12-070CA476E9A4

Use conditional statements for both the image and the product information in each column.

For example, the first column will look like:

<img src="" style="width: 200px;" width="200" />

and the second column for the product information will be:

<h3><a href="products/"></a></h3>

<p>Quantity: — Total: </p>

Click Save to save the block.

6E744E90-FCD4-4E35-9ADF-7DD6B29F5E05_4_5005_c

When you preview and send emails from Klaviyo, they will filter out LABL Protect. 

Note: This Klaviyo guide walks through using dynamic data in flows, which you can use if you need to update any of the tags code changed in this article. (Personalize Flow Emails with Dynamic Event Data)