Solved

I want to re-create an order in the replenishment flow

  • 7 September 2022
  • 1 reply
  • 125 views

Badge +1

Hi, 

 

Like you can do {{ organization.url }}/checkout?wck_rebuild_cart={{ event.extra.CartRebuildKey }} to rebuild a cart from dropoff. I would like to do the same in the replenishment flow. So the customers easy can refill all of the products in one click. 

 

Thanks! 

icon

Best answer by Dov 7 September 2022, 22:49

View original

1 reply

Userlevel 7
Badge +61

Hi @sara.s,

Thanks for sharing this question with us.

The Placed Order metric for WooCommerce does not include a cart rebuild key. Instead, I recommend using the event data contained in the Placed Order metric in your email to populate the information about the items (item name, price, image etc.). And allowing the users to navigate back to these items through those links in the replenishment flow.

We have a few other community threads on building an email based on dynamic data below:

I hope that’s helpful.

 

Reply