🎯 Cross-Sell Manager

Build rules → Generate widget file → Upload to Shopify (no Admin access needed)

● Icdaniell
⚡ How it works
1. Add rules below using the product picker  →  2. Click Generate Widget File  →  3. Download the file  →  4. Upload to Themes → Edit Code → Snippets → cross-sell-widget  →  Done ✅
Add New Rule
When THIS product is in cart
Loading…
Recommend THESE products (multiple)
Click to add…
Loading…
Shows a sale badge on recommendations
ℹ️ Tag products with cs-col-[handle] e.g. cs-col-shoes
From URL: /collections/handle
Recommend THESE products (multiple)
Click to add…
Loading…
⭐ Shown to every customer regardless of cart contents.
Always recommend THESE products (multiple)
Click to add…
Loading…
📋
Active Rules  0
🗂️

No rules yet — add one above!

🔧
One-Time Setup
1
Add widget call to cart page

In Themes → Edit Code, find cart.liquid or sections/main-cart-items.liquid. Paste this line above the cart table (outside the <table> tag):

{% render 'cross-sell-widget' %}
2
Create the snippet

Go to Snippets → Add new snippet, name it cross-sell-widget. Then use this admin page to generate and upload the file content.

3
Updating rules in future

Add/remove rules here → click Generate Widget File → download → open cross-sell-widget snippet in Shopify → select all (Ctrl+A) → paste → Save.

Add rules above, then generate your widget file