How can i make when someone add something to his cart to get the other thing that are on sale

Topic summary

A user wants to display related or sale products in their Shopify cart drawer, similar to a provided screenshot example.

Technical Approach:

  • The solution involves editing the cart-drawer.liquid snippet file
  • Code should be inserted between the </form> and </cart-reward-items> tags to display additional products

Implementation Details:

  • After inspecting the user’s store (https://e80653-39.myshopify.com), the helper identified the specific location
  • Recommended placement: after the closing </div> for <div data-products> but before the closing </div> for <div class="reward__scrollable">
  • The user is having difficulty locating the exact insertion point in their code

Current Status:

  • Discussion remains ongoing as the user seeks clarification on the precise line number for code placement
  • Screenshots have been shared showing the cart-drawer.liquid file structure to pinpoint the correct location
Summarized with AI on November 8. AI used: claude-sonnet-4-5-20250929.

Scroll up, i think it is further up.