Solved

Xsell / Upsell based on product size

  • 29 May 2023
  • 1 reply
  • 37 views

Hi,

I have a question regarding displaying xsell / upsell products based on purchases (or view event). We would like to create a campaign where we could display xsell products to what the customer has already bought. “You bought this, people are also buying these products with this one”. Specifically we would like to connect to the size of the product itself. Within the events - specifically in the product name, we do have the size of the product mentioned. 

Is there a way (maybe similar to abandoned cart products) to display these kind of xsell / upsell products? 

Or in general is there any way to work within customerio with xsell / upsell campaigns?

Thank you.

icon

Best answer by Felix 30 May 2023, 08:02

View original

1 reply

Userlevel 4

Hey Zuzana,

yes there is a way. You have to define the recommeded products that you want to show first:

You can either caclulate the recommended products outside of CIO and then import them, like recom_product_1_name or recom_product_1_id and more information about the product.

 

you can also calculate/ create a logic inside CIO, by either …

Creating a campaign that updates a person’s profile based on their last purchase, e.g. if last_ordered_product_id = 12345 & last_ordered_product_size = 46 then update attribute recom_product_1_id to 98765

or

using Liquid directly inside the message with the same logic as above.

 

You can also check out collections to work only with product_ids.

All the above depend on how much different products you have and how many sizes. This gets really fast, really complex 🙂

 

Hope that helps,
Felix

Reply