How Am I Able To Remove Dynamic CheckOut Buttons On Cart Page? (Taste Theme)

On my cart page, I have a date picker for my orders. I don’t want customers to have the option to pick paypal/google pay/apple pay at the cart page (only at checkout). I use the Taste template and I don’t know how to hide these on the cart page.

Hi @SweetasEl

You can do that by adding this CSS code to bottom of base.css file in Online store > Themes > Edit code > Assets

.cart__dynamic-checkout-buttons { display: none !important; }

Hi @SweetasEl

This is Noah from PageFly - Shopify Page Builder App

Please remove the additionals checkout for the cart page

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: find main-cart-footer.liquid and delete the additionals checkout line screenshot

Hope this can help you solve the issue

Best regards,

Noah | PageFly

1 Like

Hello @SweetasEl ,

Find and remove the code from the cart template

{% if settings.enable_dynamic_checkout_buttons %}
  
{% endif %}

or
Delete or comment the code

{% comment %}
  
{% endcomment %}

Thanks

That worked! Thank you very much!

Glad that i can help. Let me know if you have any questions