Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Delete PayPal Express Checkout Button from Checkout page

Delete PayPal Express Checkout Button from Checkout page

NiccolòTaliani
Visitor
3 0 0

Hi, 

I'm trying to delete PayPal Express Checkout Button from checkout page.

I'm following tutorial on the internet but it doesn't disappear.

 

I have:

-add this code to cart.liquid

 

{% if additional_checkout_buttons %}
        <div class="additional-checkout-buttons">
          {{ content_for_additional_checkout_buttons }}
        </div>
{% endif %}

 

-add this code to styles file

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

-keep checked this in cart options

Screenshot_2.png

Please help me,

thanks.

Replies 3 (3)

DelightCart
Shopify Partner
1264 83 157

@NiccolòTaliani 

Could you provide me store URL? I should be able to answer your question.

Yours faithfully!

Delight Cart - It's time to turn your visitors into loyal shoppers! 

Delight Loyalty - Increase repeat sales quickly and build lifelong customers loyalty.
NiccolòTaliani
Visitor
3 0 0
NiccolòTaliani
Visitor
3 0 0