Scroll up, i think it is further up.
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.liquidsnippet 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