Skip to main content
Solved

Merge tags not working correctly

  • March 19, 2023
  • 1 reply
  • 176 views

Forum|alt.badge.img+5

Hi all,

 

i am currently using the merge tag {{ event|lookup:'Items Purchased' }} to illustrate the customers recent purchases but the merge tag doesn’t seem to be pulling in the recently purchased products. Does anyone have any advise for how to correct this issue?

 

Many thanks, all advice is appreciated

.

Best answer by Tonio

Maybe try using a different merge tag. Instead of using {{ event|lookup:'Items Purchased' }}, try using {{ recent_purchases }} or {{ product_names }}. These are alternative merge tags that can be used to pull in recently purchased product data.

1 reply

Forum|alt.badge.img+10
  • Expert Problem Solver I
  • Answer
  • March 20, 2023

Maybe try using a different merge tag. Instead of using {{ event|lookup:'Items Purchased' }}, try using {{ recent_purchases }} or {{ product_names }}. These are alternative merge tags that can be used to pull in recently purchased product data.