Skip to main content
All CollectionsSize RecommenderCase Studies
Case Study: Kids Bike Size Recommender
Case Study: Kids Bike Size Recommender
Updated over 3 months ago

If you are selling kids bikes and would like to set up a recommender that recommends them the right size based on the kid's height, like this:

You want to recommend based on the logic like this:

  • 85-95cm -> size 12 inches bike

  • 95-105cm -> size 12 inches or 14 inches

  • ...

1. Custom recommender (More time-consuming)

Use the Custom Recommender option to create a tailored recommendation.

  1. Set up a Select Input with a list of the sizes you want to show.

  2. Follow this with a Switch Result to map each height range to a specific bike size, like 85–95 cm for a 12-inch bike and 95–105 cm for either a 12-inch or 14-inch bike.

2. General Recommender (Recommended way for this task)

For a simpler setup, use the General Recommender.

  1. Prepare a table with size and height ranges.

    Screenshot 2024-03-07 at 18.18.45.png
  2. Go to the Recommender tab and select Simple Generic Table Apparel Recommender.

    Screenshot 2024-03-07 at 18.25.40.png
  3. Ensure Height is selected as the recommender.

    Screenshot 2024-03-07 at 18.30.26.png
  4. Scroll to Recommend Logic and set it to "Only within size range."

    Screenshot 2024-03-07 at 18.31.39.png
  5. Lastly, open the Settings tab, confirm the setup, and click "Create" at the bottom. Then your recommender will be ready!

Did this answer your question?