Guide to Hide Paypal Button on Shopify Checkout

If you’re using Shopify to run your online store, you may be looking for a way to hide the PayPal button on the checkout page. While Shopify does offer a built-in payment gateway called Shopify Payments, some store owners prefer to use PayPal as their primary payment processor. There are a few different ways to hide the PayPal button on your Shopify checkout page. In this article, we’ll show you how to do it using two methods: by hiding the button with CSS and by removing the button through your theme settings.

How to Hide the Paypal Button on Shopify Checkout

If you’re using Paypal as your primary payment method on Shopify, you may want to hide the Paypal button on the checkout page. This can be done with a little bit of code.

To hide the Paypal button on the checkout page, add the following code to your theme’s CSS file:

.payment-type__paypal {
display: none;
}

This will hide the Paypal button from view. However, it will still be available as a payment option if customers choose to use it.

Why You Would Want to Hide the Paypal Button on Shopify Checkout

There are many reasons why you might want to hide the Paypal button on your Shopify checkout page. Perhaps you’re using a different payment gateway and don’t want to offer Paypal as an option. Or maybe you’re running a promotion that doesn’t include Paypal as a payment method. Whatever the reason, hiding the Paypal button is easy to do with a few simple steps.

Here’s how to hide the Paypal button on your Shopify checkout page:

1. From your Shopify admin, go to Settings > Checkout.

2. Under Payment providers, click Manage Providers.

3. Next to Paypal, click Edit.

4. In the popup window, uncheck the Enable this payment gateway checkbox.

5. Click Save.

And that’s it! The Paypal button will now be hidden from your Shopify checkout page.

How Hiding the Paypal Button Can Help Your Business

If you’re using Shopify to sell products or services, you may want to consider hiding the Paypal button on your checkout page. There are a few reasons why this can be beneficial for your business:

1. It can help increase conversion rates.

If customers see that they have the option to pay with Paypal, they may be more likely to complete the purchase. By hiding the Paypal button, you can encourage customers to use another payment method, which could lead to more sales.

2. It can reduce fraudulent purchases.

Since Paypal is a popular payment method, it’s often used by criminals to make fraudulent purchases. If you hide the Paypal button on your checkout page, you can reduce the chances of someone using Paypal to make a fraudulent purchase from your store.

3. It can help you avoid fees.

If you’re selling products or services through Shopify, you may have to pay fees for each transaction that goes through Paypal. By hiding the Paypal button, you can avoid these fees and save money on each sale.

Conclusion

If you’re using Shopify to sell your products, there may be times when you want to hide the Paypal button on the checkout page. There are a few reasons why you might want to do this, but the most common one is that you’re using another payment processor that doesn’t integrate with Paypal. Whatever your reason for wanting to hide the Paypal button, it’s easy to do with a little bit of code. Just follow the instructions in this article and you’ll have it hidden in no time.