Hoping someone can help..
I have removed the dynamic checkout buttons from the product pages, but I need to remove the “check out” option after an item is added to the cart. I need the customers to be forced to view their cart page before checking out because they need to add notes in the cart notes section.
I can’t figure out how to do this! I am using the craft theme.
@WildCultureBake - there are 2 options
1- using css which is very easy
2- remove code from drawer cart only - this needs code editing
Thank you! can you please help me with this? I have absolutely no idea how to do either of those options (or what the difference is
)
@WildCultureBake - can you please share your webpage link?
@WildCultureBake - please add the given css to the very end of your base.css file and check, should look like the screenshot
#cart-notification-form{display: none; visibility: hidden;}
THANK YOU!! amazing, thanks so much!