Hello! I’m looking for an app/widget that would allow me to upsell customers in the checkout of a Shopify Plus store. It would display an item of low value to add to the cart of the cart is over a certain dollar amount. I understand this is only possible for Shopify Plus as the checkout.liquid file has to be accessible.
I checked the app marketplace, but couldn’t find any solutions.
Does anyone know about an app/dev that can make this happen?
Simile has an app for upsell - shows similar products in multiple touchpoint locations too.
You can try it out and let us know if the features you are looking for are not included. Apps by Simile
Please check KAD Upsell • Cross Sell. It will allow you to create a Special offer for your customers that will be shown to them as a banner on the Checkout.
Products in the banner can be offered for a full price, with a % discount or for free. Here is where you can find more info KAD Upsell • Cross Sell
In case of any questions feel free to contact me here upsell@kad.systems
Old thread, but the answer has changed since 2021, so for anyone landing here from search.
checkout.liquid is gone. Plus stores lost it on the checkout page in August 2024, and on the thank-you and order status pages a year later. What replaced it is checkout UI extensions, and on Plus an extension is allowed to add a line to the cart from inside the checkout itself. The API even exposes a canAddCartLine flag, so a well-behaved app checks it before showing anything. “Show a low-value item once the cart is over X” is exactly the kind of condition you’d set on it.
If you’re not on Plus, nothing can put an offer inside the checkout. The page right after payment is open to every plan though, and that’s usually where the better numbers are anyway, since a decline there costs nothing.