Introduction
Customising the Shopify checkout process often starts with managing accelerated payment options. While express buttons are designed to speed up the transaction, they can frequently disrupt your store's branding or confuse customers who prefer traditional credit card entry. Disabling or hiding the PayPal Express Checkout button allows you to regain control over the visual flow of your checkout page.
Many merchants find that the prominent yellow PayPal button draws too much attention away from other payment methods, such as Shop Pay or local credit card processors. By strategically managing these buttons, you can ensure that your customers see the most relevant payment options first. We designed HidePay to help merchants perform these adjustments without touching a single line of code or compromising the security of their checkout. Find HidePay on the Shopify App Store to try it in your store.
This article covers the various methods to remove or hide the PayPal Express button, the strategic reasons for doing so, and how to use modern Shopify Functions to create a more efficient checkout experience. Whether you want to remove PayPal entirely or simply hide the express button for specific customers, the following sections provide a clear path forward.
Managing your checkout flow is a practical step toward reducing cart abandonment and protecting your profit margins.
Deactivating PayPal vs. Hiding the Express Button
Before making changes to your Shopify admin, it is essential to distinguish between deactivating PayPal as a payment provider and simply hiding the express checkout button. These two actions serve different purposes and have different impacts on your customer experience.
Full Deactivation of the PayPal Gateway
Deactivating the PayPal gateway means you will no longer accept any payments via PayPal. This is a total removal of the service from your store. You might choose this if you are moving to a different payment processor entirely or if PayPal’s fees and chargeback policies no longer align with your business model.
When you deactivate the gateway, all PayPal-related branding and buttons vanish from your checkout. However, this also removes the option for customers who do not have credit cards and rely solely on their PayPal balance to shop online.
Hiding Only the Express Checkout Button
Most merchants prefer to keep PayPal as a payment option but want to remove the "Express" button that appears at the top of the checkout or on product pages. This button is an accelerated checkout tool. It allows customers to bypass the standard shipping and information steps.
Hiding the button while keeping the gateway active means PayPal still appears in the regular list of payment methods alongside credit card options. This approach maintains the utility of the payment method while preventing it from dominating the visual hierarchy of your checkout page. For step-by-step guidance on hiding the PayPal express button during checkout, see Hide PayPal Express Checkout Button in checkout.
How to Disable PayPal via Shopify Admin
If your goal is to stop accepting PayPal payments entirely, you can do this directly through the Shopify payment settings. This process is straightforward and does not require third-party tools.
Steps to Deactivate the Provider
- Navigate to your Shopify admin panel.
- Select the 'Settings' gear icon in the bottom left corner.
- Click on 'Payments'.
- Locate the PayPal section. It usually shows which version of PayPal you are currently using (such as PayPal Express Checkout).
- Click the 'Manage' button.
- Scroll to the bottom and select 'Deactivate PayPal'.
- Confirm the deactivation when prompted.
Once confirmed, PayPal will no longer be an option for your customers. This change takes effect immediately across your entire store. If you decide to offer PayPal again in the future, you will need to go through the onboarding and permissions process to reconnect your account.
Hide, sort, and rename Shopify payment methods using powerful conditions. Customize your checkout and control payment options with HidePay.
The Problem with Traditional Coding Methods
In the past, merchants often used custom CSS or JavaScript to hide the PayPal Express button. While these methods sometimes worked on the cart or product pages, they have become increasingly unreliable for the actual checkout page.
Shopify has transitioned to a more secure, locked-down checkout environment. This means that custom scripts added to theme.liquid or additional scripts in the checkout settings often fail to target the Express buttons correctly. Furthermore, using code to hide elements can lead to "layout shift," where the button appears for a split second before being hidden, creating a jarring experience for the user.
As Shopify moves toward the complete deprecation of the old Script Editor in favour of Native Shopify Functions, code-based workarounds are becoming obsolete. Relying on outdated code can also slow down your page load speeds, as the browser has to execute additional logic to find and hide elements on the fly. If you need to migrate legacy scripts to Functions, consider SupaEasy on the Shopify App Store to generate or migrate Shopify Functions without hand-coding.
Why Merchants Choose to Hide PayPal Express
Deciding to hide an accelerated checkout button is rarely about the payment method itself and more about the strategy behind the customer's journey. There are several concrete reasons why a merchant might want to remove this specific button.
Reducing Customer Confusion
Shopify's default layout often places express buttons at the very top of the checkout. For some customers, this creates the impression that PayPal is the only accepted payment method. If a customer does not use PayPal, they might see the prominent button and immediately exit the store, assuming they cannot pay with their standard Visa or Mastercard. By hiding the button, you force the customer to look at the full list of options, where they will see the standard credit card fields.
Protecting Profit Margins
Different payment methods carry different transaction fees. In some regions, PayPal fees can be significantly higher than those of Shopify Payments or local gateways. If your business operates on thin margins, you may want to encourage customers to use the payment methods that cost you the least. Hiding the express button and sorting a lower-fee gateway to the top of the list is a practical way to protect your bottom line without removing customer choice.
Maintaining Brand Aesthetic
The bright yellow PayPal button is iconic, but it doesn't always match the high-end or minimalist aesthetic of every brand. For luxury retailers, the standard Shopify checkout flow with multiple colourful buttons (PayPal, GPay, Apple Pay) can feel cluttered and off-brand. Hiding these buttons allows for a cleaner, more professional look that aligns with the rest of the store's design.
Merchants interested in a deeper overview of HidePay and the problems it solves can read Introducing HidePay for Shopify on the Nextools blog.
Using Shopify Functions for Checkout Control
The modern way to handle checkout customisation is through Shopify Functions. This is a server-side technology that allows apps to interact directly with Shopify's checkout logic. Because it runs natively on Shopify’s infrastructure, there is no lag, no flickering of hidden elements, and no risk of breaking when you update your theme.
We built our tool on this Native Shopify Functions architecture. This ensures that when you set a rule to hide the PayPal Express button, it happens instantly and reliably. This technology replaces the need for the old Shopify Scripts and provides a more stable environment for high-volume merchants. For a technical explainer on why Functions matter, read Why Shopify Functions are the future and scripts are the past.
The Benefit of Native Integration
- Speed: Since the logic runs during the checkout initialisation, there is zero impact on page load time.
- Stability: Unlike theme code edits, these rules don't break when you change your store's theme.
- Security: Native functions operate within Shopify’s secure environment, ensuring customer data remains protected.
Strategic Hiding: Rules-Based Control
Hiding the PayPal button for every single customer might not be the right move for every store. Often, the best approach is to hide it only when certain conditions are met. This is where a rules-based approach becomes highly effective.
Hiding by Geography
You might find that PayPal is highly popular in the United States but has low adoption or high fraud rates in other specific countries. Using a geography-based rule, you can keep the PayPal Express button active for your American customers while hiding it for customers in regions where you prefer they use a different local provider. See the guide on How to easily organize payment methods by country or by Shopify Market for step-by-step setup.
Hiding by Order Value
For high-ticket items, merchants often prefer credit card payments over PayPal due to the way disputes are handled. You can set a rule to hide the PayPal Express button if the cart total exceeds a specific amount. This encourages customers making large purchases to use a more traditional checkout path, which can offer better protections for the merchant.
Hiding by Customer Tag
If you run a B2B or wholesale operation alongside your retail store, you likely have different payment preferences for each group. You can use customer tags to identify your wholesale buyers and hide the PayPal Express button for them, perhaps favouring "Bank Deposit" or "Net 30" terms instead. Meanwhile, your retail customers still see the quick pay options they expect.
How to Set Up a Rule to Hide PayPal
Using a tool like the one we provide at Nextools makes this process straightforward. You do not need to be a developer to implement these changes. The general workflow for creating a rule to hide the PayPal Express button follows a simple logical path.
Step 1: Select the Payment Method
The first step is identifying the specific method you want to target. In this case, you would select "PayPal Express Checkout" from the list of available providers identified by the app. For a full walkthrough on creating a new rule, see How to create a payment customization.
Step 2: Define the Condition
This is where you decide when the button should disappear. Common conditions include:
- Cart Total: Hide if the cart is over or under a certain price.
- Country: Hide for specific shipping destinations.
- Product Type: Hide if the cart contains a specific category of item (e.g., pre-order items).
- Customer Tags: Hide for specific segments like "VIP" or "Wholesale".
Step 3: Apply the Action
Once the condition is met, the app tells Shopify to hide the payment method. Within HidePay, this is as simple as toggling a switch. You can also choose to "Rename" the method if you want it to appear but with more descriptive text, or "Sort" it so it appears at the very bottom of the list. Learn how to reorder and rename payment methods in the Sort and Rename payment methods in the Checkout guide.
Step 4: Test the Configuration
After saving your rule, it is important to verify that it works as intended. You can do this by visiting your store in an incognito window or using a test checkout. Trigger the condition (for example, by adding a specific product to your cart) and ensure the PayPal button is hidden. Then, remove the condition and ensure the button reappears. For debugging tips, see How to Retrieve the Correct Payment Method in HidePay.
Improving Checkout Performance Through Sorting
Sometimes, completely hiding a payment method is too aggressive. If you want to discourage PayPal usage without removing it, sorting is a highly effective alternative.
By reordering your payment methods, you can guide the customer toward your preferred choice. For example, if you want customers to use credit cards via Shopify Payments, you can sort that option to the very top. You can then move PayPal Express to the bottom of the list.
Most customers will choose the first or second option they see. Sorting allows you to influence customer behaviour and improve your margins while still providing the flexibility of multiple payment gateways. This reduces the friction of "missing" payment methods while still achieving your business goals.
The Impact on Cart Abandonment
A common concern when removing any payment option is the risk of increased cart abandonment. However, the opposite is often true when it comes to express buttons.
Checkout research consistently shows that too many choices lead to decision fatigue. When a customer is presented with four different colourful buttons (PayPal, Apple Pay, Google Pay, and Shop Pay) before they have even entered their email address, it can be overwhelming. This clutter distracts from the primary goal: completing the purchase.
By streamlining the checkout and showing only the most relevant 1-2 express options (or none at all), you create a focused path. This professional, clean environment often leads to higher conversion rates because the customer is not distracted by unnecessary choices. For a store-focused introduction to HidePay and results merchants have seen, check out Introducing HidePay for Shopify.
Action Plan for Merchants
- Audit your current fees: Determine which payment methods are costing you the most in transaction fees or chargebacks.
- Identify your top-converting methods: Look at your Shopify analytics to see which gateways your customers actually use.
- Choose a hiding strategy: Decide if you want to hide PayPal entirely, hide just the express button, or hide it only for specific segments (like international orders).
- Implement via Shopify Functions: Use a modern tool to set up your rules to ensure they are fast and reliable.
- Monitor and Adjust: Check your conversion rates after one week. If abandonment decreases, you have successfully optimized your flow.
Managing Mobile vs. Desktop Experience
The impact of the PayPal Express button is most significant on mobile devices. Because screen space is limited, the express buttons can often take up the entire "above the fold" area of the checkout page. This forces customers to scroll just to find the start of the information fields.
If a large portion of your traffic comes from mobile, disabling the PayPal Express button can significantly improve the user experience. It allows the customer to see the progress bar and the information fields immediately, making the checkout feel shorter and more manageable.
You can even set rules that specifically target mobile users or certain browsers if you find that the button is particularly problematic on specific devices. Providing a tailored experience based on how the customer is browsing is a hallmark of a "Smart Checkout" strategy.
Conclusion
Controlling how PayPal Express appears at your checkout is a vital part of store optimisation. Whether you choose to deactivate the service entirely through Shopify's settings or use a rules-based approach to hide the button for specific segments, the goal is to create a cleaner, more profitable checkout flow. By removing distractions and directing customers toward your preferred payment methods, you can reduce confusion and improve the overall professional feel of your brand.
HidePay provides a reliable, code-free way to manage these settings using Native Shopify Functions. This ensures your checkout remains fast, secure, and fully customised to your business needs.
- Audit your checkout to see if express buttons are causing clutter or confusion.
- Use rules to hide or sort payment methods based on geography, cart value, or customer tags.
- Protect your margins by prioritising lower-fee payment gateways.
- Test your changes to ensure a smooth experience across mobile and desktop devices.
To take full control of your checkout and start hiding or reordering payment methods today, install HidePay.
FAQ
Can I hide the PayPal Express button but still allow PayPal payments?
Yes. By using a payment customisation app, you can hide the accelerated "Express" button at the top of the checkout while keeping PayPal as a standard option in the main payment list. This allows customers to still use PayPal without the button disrupting your checkout design.
Will disabling PayPal Express Checkout affect my conversion rate?
It can actually improve your conversion rate by reducing "choice paralysis." When customers see too many bright buttons at the start of a checkout, they may feel overwhelmed. Providing a cleaner list of options often leads to a more focused and successful checkout experience.
Do I need to edit my theme code to remove the PayPal button?
No, and it is generally recommended that you avoid code edits for the checkout page. Modern solutions use Shopify Functions, which allow you to hide or sort payment methods through a simple interface in your Shopify admin, ensuring your changes are secure and won't break during theme updates.
Can I hide the PayPal button only for certain countries?
Yes. With the right rules-based tool, you can set conditions based on the customer's shipping country. This is useful if PayPal has high fees or low usage in specific regions, allowing you to surface more popular local payment methods instead.