All things Shopify and commerce
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
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
You can code a checkout UI extension to recommend a product in your checkout: https://shopify.dev/docs/api/checkout-ui-extensions
We recently spoke with Zopi developers @Zopi about how dropshipping businesses can enha...
By JasonH Oct 23, 2024A big shout out to all of the merchants who participated in our AMA with 2H Media: Holi...
By Jacqui Oct 21, 2024We want to take a moment to celebrate the incredible ways you all engage with the Shopi...
By JasonH Oct 15, 2024