Skip to main content
Replenishment Reminder Banner
Updated yesterday

The Replenishment Reminder Banner Play activates the Replenishment Moment to dynamically populate the name of a product that a customer is due to reorder into an email banner, helping you to increase the clickthrough rates of your emails.

Key Notes

Setting Up Your Replenishment Reminder Banner

There are two ways to set up this play: the text-based version is the fastest to implement as you just have to copy and paste a code snippet into Klaviyo’s email editor. The image-based version allows more flexibility to match your brand’s style using new or existing brand assets.

Text-Based Banner Setup

Open the email editor on an existing template and add a new section with a text box:

1. Set up the section

2. Add the code to the text box

Copy & paste the code below into the text box:

<div style="text-align: center; font-weight: bold;">Running low on {% if person|lookup:'Repeat - Due To Replenish' %}{{ person|lookup:'Repeat - Due To Replenish Products'|lookup:'0'|lookup:'product_title'|default:'your favorites' }}{% else %}your favorites{% endif %}? <br /><span style="font-size: 20px;"> <a href="{{ person|lookup:'Repeat Cart URL'|default:'<https://YOURSITE.COM/>' }}" style="font-weight: bold;">Stock up here!</a></span></div>

Be sure to replace https://YOURSITE.COM/ with your brand’s homepage.

3. Style the block

Style the block and adjust the copy to suit your brand.

4. Save the block & add it to campaigns and flows

Save the block as a universal content block so it’s easy to add to other emails. Then, add it into any email that you want. We suggest adding this component to any post-purchase flow emails and campaigns you’re sending that target your existing customers.

5. Create show/hide logic

To ensure that this reusable component is only shown to customers who have products that need to be replenished, you can add this show/hide logic to the block:

person|lookup:'Repeat - Due to Replenish'

Image-Based Banner Setup

1. Set up the section

Open the email editor on an existing template and add a new section with an image:

2. Create and upload your banner image

Here’s an example to get you started:

3. Add a link to the banner

Add the following snippet to the image to link the banner to the customer’s Personalized Cart: {{ person|lookup:"Repeat Cart URL"|default:"YOURWEBSITE.COM" }}

Be sure to replace https://YOURSITE.COM/ with your brand’s homepage.

4. Save the block & add it to campaigns and flows

Save the block as a universal content block so it’s easy to add to other emails. Then, add it into any email that you want. We suggest adding this component to any post-purchase flow emails and campaigns you’re sending that target your existing customers.

5. Create show/hide logic

To ensure that this reusable component is only shown to customers who have products that need to be replenished, you can add this show/hide logic to the block:

person|lookup:'Repeat - Due to Replenish'

Did this answer your question?