All things Shopify and commerce
Hello friends,
despite the other topics, I am unable to remove the three payment buttons of Shop Pay, PayPal and Google Pay from my shopping cart page. Can someone help me?
Website: https://frylics.nl/cart
password: hidevs
Theme: dawn
(ofcourse something needs to be in the shopping cart)
As you can see I've already added a piece of code at the bottom.
To remove the Shop Pay, PayPal and Google Pay buttons in the shopping cart, you will need to modify the code in the shopping cart page. Depending on what type of platform you are using, the code and the steps for removing these buttons will vary.
If you are using a platform such as WordPress or Shopify, you can access the code and remove the buttons from the checkout page. To do this, you will need to access the page’s HTML code and remove the code for the buttons. If you are using a custom platform, you will need to look through the code and remove the code for the buttons. Depending on the platform, you may need to contact the developer or a web developer to help you with this.
It is important to note that removing these buttons may affect the checkout process. If you do not want to remove these buttons, you may be able to disable them instead. This will allow customers to still see them, but they will not be able to use them.
Were you able to figure this out?
unfortunately not.
I backed up my theme and went to edit code. In my cart template, I removed this code. Mine is Canopy, so yours may look different. When I saved it, it removed them. Hope this works!
{% if section.settings.show_additional_checkout_buttons and additional_checkout_buttons %}
<div class="additional-checkout-buttons">
{{ content_for_additional_checkout_buttons }}
</div>
{% endif %}
</div>
Hi @Frylics
Follow these Steps:
Go to Online Store Edit Code Find theme.liquid file or base.css
Add the following code in the bottom of the file above </body> tag
.h-stack.gap-2.wrap.justify-center {
display: none;
}
User | RANK |
---|---|
43 | |
40 | |
24 | |
24 | |
22 |
Transform this holiday season into a shopping spree. Plus, learn how to effortlessly open ...
By Jasonh Dec 8, 2023Make the shift from discounts to donations, and witness your business not only thrive fina...
By Holly Dec 4, 2023On our Shopify Expert Marketplace, you can find many trusted third party developers and fr...
By Arno Nov 27, 2023