hi, pleeeeaaaase help. im trying to hide the dynamic checkout buttons from the CART. i have tried everything i can think of and event tried the code the said to put. i think since there is no cart.template.liquid file that i am just not putting the code in the right place. does anyone know where i am supposed to put the code. i also tried it infront of head in the theme liquid file but that didnt work either. please help
HI @normajg
Please share the link and password of your store (if available)
Hi @normajg
I recommend you check if has option to disable that option from your store admin > Sales Channels > Online Store > Themes > Customize > Cart
hi, it does not have the option to disable it from there
hi my link is sevaprity.com no password
Please add this code to Custom CSS in store admin > Sales Channels > Online Store > Themes > Customize > Theme settings
.cart__footer .cart__dynamic-checkout-buttons {
display: none !important;
}
it didnt work
Where did you add the code? Did you save and reload your page after adding the code?
its called ride
i want to hide the bottom three buttons only from the cart. the check out button i would like to leave there
it doesnt show the dynamic buttons in there when you add something in cart in there, not sure why, but in the website it still shows my those extra checkout buttons. i dont mean to be difficult but i have been trying so much with no luck =(
maybe, i appreciate you trying to help me out. thank you ![]()
would you happen to know where else i can add this code:
.cart__dynamic-checkout-buttons additional-checkout-buttons { display:none !important; }i saw that i need to add this in the cart.template.liquid file but if that file isnt anywhere, is there another area i can add this code to hide the dynamic buttons from the cart? im sure theyre not hiding because i need to add that code in the right place and havent figured out where

