Skip to main content
All CollectionsPlay SetupReplenishment Moment Plays
Show Dynamic Products for Replenishment
Show Dynamic Products for Replenishment
Updated this week

The Show Dynamic Products for Replenishment Play activates the Replenishment Moment to give customers an easy way to re-up from any email campaign or flow, helping you boost repurchase rates.

Key Notes

  • To learn more about Show Dynamic Products for Replenishment and see examples, visit our Plays library.

  • If you need help setting up your Show Dynamic Products for Replenishment Play, get in touch at [email protected].

Setting Up Your Show Dynamic Products for Replenishment Play

1. Table settings

To use the list of products that are due for replenishment to populate dynamic email content, create a table with these settings in Klaviyo:

  • Row collection: person|lookup:'Repeat - Due To Replenish Products’

  • Row alias: item

2. Row settings

In this setup, each product due for replenishment will be a row in the table, with the product’s image on the left, and the title, price, and link to the PDP on the right.

Use these variables to insert the dynamic content for the product into the table row:

  • Product Title: {{ item|lookup:'product_title'}}

  • Variant Title: {{ item|lookup:'variant_title' }}

  • Product Image: {{ item|lookup:'image_url'}}

  • Product Price: {{ item|lookup:'price' }}

  • PDP URL: {{ item|lookup:'pdp_url' }}

3. Dynamic conditions

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:

Did this answer your question?