Excluding Specific Products From Clerk.io
Choose a handful of products that should not be shown in specific Clerk.io blocks
Platforms:
To avoid showing certain products, simply add the attribute data-exclude to an existing embedcode.
data-exclude should be a list of the product IDs that you don’t want to be shown in the block.
For example:
Exclude Products
<span class="clerk"
data-template="@clerk-complementary"
data-exclude="[45654]">
</span>