The Sunrise theme provides a checkbox on the cart page to ask your customers to agree to your terms and conditions before they check out.
It’s an optional feature and if you don’t need it, you can switch it off through the theme settings. To do that, just click “Customize” next to your theme name and navigate to the cart page in the theme preview. Once you see the cart page, you’ll notice a new section appear in the sidebar named “Cart page”. Click that section and you’ll see an option to enable/disable the terms and conditions checkbox.
First of all, make sure that you’ve generated your terms of service policy as described in this Shopify doc… Docs – Add or generate store policies
Once you’ve done that, you can go to your store front, add an item to the cart and click the terms and conditions link to check that it’s working.
If you get a “page not found” error when clicking the link on the cart page, use the language editor to double check that the link is pointing to the right policy as follows…
href='/policies/terms-of-service'
If yours contains…
href='/pages/terms-and-conditions'
replace it so that it looks like this…
I agree with the <a href='/policies/terms-of-service' target='_blank'>terms and conditions</a>