How can I require users to go to the cart page first?

I need users to visit the cart page first, since there is some important information added to the order notes field.

How can I prevent them from going to checkout first?

More specifically, how can I remove the “checkout” button from the toaster notification on the product page when you add an item to the cart?

Thanks in advance

Hello @EvanP ,

Search the checkout button html in the theme you are using and remove it.

Thanks