How can I suggest a specific item at checkout without third-party apps?

How can I suggest a specific item at checkout without third-party apps?

katieshaye
Visitor
1 0 0

Hi, I am looking for a way to suggest one specific item at checkout. I would rather not use a third party app. If someone could help me figure out if there is a way I can code this into my website, that would be fantastic. Just for clarification as I've seen many ways to show multiple products, or products like ones in their cart. I just want to show one specific item at checkout to suggest to shoppers.

Thanks so much

Replies 2 (2)

Guleria
Shopify Partner
3514 707 988

Hello @katieshaye ,

 

We can't display anything additional in the checkout page if we don't have Shopify plus.

We can display a product or message or something in an order status/thank-you  page.
 In additional script add  like this

<script>

    Shopify.Checkout.OrderStatus.addContentBox(
'<a class="img_con" target="_blank" href="https://www.google.com/"><img src="Your-image-url" alt="JH" /></a> <style>.content-box__row .img_con { border: solid 1px #ddd; display: table-cell; vertical-align: middle; padding: 20px; } .content-box__row .img_con:hover { border: solid 2px #ddd; }</style>',
     
    )
</script>

 

Thanks

 

- Drop an email   if you are looking for quick fix or any customization
- Email: [email protected]
- Try GEMPAGES a great page builder
- If you want to help me please PAYPAL

tobebuilds
Shopify Partner
466 34 124

You can code a checkout UI extension to recommend a product in your checkout: https://shopify.dev/docs/api/checkout-ui-extensions

 
Founder, Regios Discounts app (4.9 stars, 63 reviews, Built for Shopify)
- Custom discounts made simple
- "Just about any discount you'll ever need"
- Built by an ex-Google software engineer