Skip to main content

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

.

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