How to add information to your cart and checkout

Hi all,

I was wondering if it was possible to add information to your cart and checkout. I want to add a simple note reminding customers we have a 90 day money back guarantee.

www.buoyavital.com

Any guidance would be much appreciated.

Thank you

Yes, but it depends on your current checkout setup. One way is to use to use the Checkout::Dynamic::Render dynamic extension point to configure and display a banner. Otherwise you can update your theme blocks and insert a block of content in the cart and checkout.

You can find a guide on the first approach here: https://shopify.dev/docs/apps/checkout/custom/banners/getting-started

Hope that helps

Wonderful, thank you so much I will give this a go.