Recommend specific product at checkout

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
2782 555 794

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

 

-

Need a Shopify developer? Email: guleriathakur43@gmail.com

,
- Skype: navrocks1
- Try GEMPAGES a great page builder.
tobebuilds
Shopify Partner
145 9 48

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

 
Founder / Developer, Regios Technologies, Inc.
Automatic discounts | Post purchase surveys
DM me for custom app development and consulting.