How to make Product recommendation for cart drawer and cart page in dawn theme

Topic summary

A user seeks guidance on implementing product recommendations for both the cart page and cart drawer in the Dawn theme. They request video tutorials if available.

Solution Provided:

A developer offers a code-based implementation:

  • Add Liquid code to the cart.liquid file (theme-dependent) to fetch recommended products
  • Insert HTML markup where recommendations should display, including a “Recommended for you” heading and product grid
  • The solution includes a visual example showing the implementation in action

Status: The question appears answered with a working code solution, though no video tutorial was provided. The responder requests feedback on whether the solution was helpful.

Summarized with AI on October 28. AI used: claude-sonnet-4-5-20250929.

i want to make product recommendation for my cart page and cart drawer please let me know. If anyone know the video for better understanding then please let me know

1 Like

Hii @amisha-29 ,

You can add recommendations product for cart page and drawer, use below steps.

1.Add below code in your cart.liquid file(depending on your theme)


2.add below html code where you want to show recommendations products


    ## Recommended for you
    

  

  1. See example below implemented in my store

If Helpful? Like & Accept solution!

Shopify Expert | Apps & Embedded App SDK | Custom Storefront | Headless & Storefront API| Liquid, JS, Shopify CLI
Email at - devcoderexpert@gmail.com

1 Like