Solved

Merge tags not working correctly

  • 19 March 2023
  • 1 reply
  • 90 views

Badge +4

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

.

icon

Best answer by Tonio 20 March 2023, 14:01

View original

1 reply

Userlevel 3
Badge +9

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.

Reply