cancel
Showing results for 
Search instead for 
Did you mean: 

Using Catalog Selections in an Abandoned Carts Canvas

nael
Active Member

Hi fellows,

First, I miss the Slack community.

Second, I need help with incorporating Catalog Selections. Any Braze Learning courses that you recommend? 

My Canvas entry depends on a custom event (add_to_cart) that has a property (product_id). I uploaded my catalog to Braze and I want to personalize the notifications in the canvas to include the product name in the message text.

My catalog has id, name, price, and all essential catalog info.

Can you help me with your input and recommend resources that can help?

 

Cheers

1 REPLY 1

Malcolm
Practitioner

Hi Nael, so I haven't used this exact use case before and I have just been playing around with it to see could I get an answer 

{% catalog_items catalogname {{event_properties.${product_id}} %}


You forgot you {{ items[0].title }}

So maybe test does the event property ID collect the correct catalog data, this is hoping your ids are matched between product id in event property and also matches catalog. " Catalog name also as to match the title of your catalog with products. Let me know if that works?