Removing the branded dynamic buttons from the cart page

Removing the branded dynamic buttons from the cart page

BBPams
New Member
8 0 0

Hi! I want to remove all the branded dynamic buttons from the cart page. I have four buttons in a row and I'm afraid it will confuse my customers. For my cart page I would only like the 'check out' button, and no 'shop pay', 'paypal', and 'google pay'. I would like for my customers to have those options when they are on the check out page, so not already on the cart page. I have enclosed an image of what it looks like, and I would like to remove the 3 bottom buttons. I hope someone can help! Also I'm using the Sense theme. 

Scherm­afbeelding 2024-04-05 om 13.28.52.png

Replies 4 (4)

Blinknbuild
Shopify Partner
11 0 0

Hello @BBPams ,

 

To remove these buttons we need to remove some code from the cart liquid file from theme.

But there is also a way around it we can hide these buttons by CSS code for that we need to know the website URL so I can provide you the code that you can add into theme to hide these buttons.

 

Thanks!

Blinknbuild Systems
We provide custom solution & App development
Visit our website for more information blinknbuild.com
Join the discussion or reach out directly.
BBPams
New Member
8 0 0

Hi @Blinknbuild !

 

Thanks a lot for your response. I'm using the sense theme, the website URL is www.bernicebyparisienne.nl .

 

Looking forward to your reply!

 

 

Blinknbuild
Shopify Partner
11 0 0

Perfect! @BBPams 

Here is the code:

<style>
.cart__dynamic-checkout-buttons.additional-checkout-buttons {
    display: none !important;
}
</style>
Add this code to your theme.

Go to online store -> edit your theme -> add code into theme.liquid file in <head>

Lemme know if you need any more information.

Thank you!
Blinknbuild Systems
Blinknbuild Systems
We provide custom solution & App development
Visit our website for more information blinknbuild.com
Join the discussion or reach out directly.
BBPams
New Member
8 0 0

Thank you so much! It worked. 

Do you maybe also have the code for the productpage: I would like to have my own 'check out' button to be directed to the check out page, I now have a big 'shop pay' button. From this shop pay button you're directed to a page where you can log in to your shop pay account, while I know very little of my customers will have shop pay. So this might be confusing. 

 

Thanks a lot again and looking forward to your response! 🙂

 

Scherm­afbeelding 2024-04-06 om 11.27.35.png

Scherm­afbeelding 2024-04-06 om 11.29.17.png