Log in Sign up
Discussion Shopify

How to display a specific collection on the cart page for cross-selling?

Lisa Marketing
Lisa Marketing
0 reputation
2 weeks ago 176 views 3 replies
Hey folks, running into this issue and could use some guidance.

Question: How to display a specific collection on the cart page for cross-selling?

2 Replies

Paul Agency
Paul Agency · 2 weeks ago
Use `{% assign cross_sell = collections['accessories'] %}`.
Betty Migration
Betty Migration · 1 week ago
Loop through it: `{% for product in cross_sell.products limit: 4 %}`.

You must be logged in to reply.

Log In to Reply