Forum Discussion

nael's avatar
nael
Active Member
2 years ago

Using Catalog Selections in an Abandoned Carts Canvas

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

  • Malcolm's avatar
    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?