Introduction
Controlling the appearance of your checkout is essential for reducing friction and protecting your profit margins. While PayPal is a trusted payment provider, its "Express Checkout" button often appears at the top of the checkout page, leading some customers to believe it is the only payment option available. This confusion can cause shoppers who prefer credit cards or local payment methods to abandon their carts entirely.
Many merchants want to hide the PayPal button on Shopify without losing the ability to accept PayPal payments as a standard option further down the list. Using install HidePay, you can apply specific rules to manage when and where these buttons appear, ensuring your checkout flow matches your business strategy. This guide explores why the PayPal button can be problematic and the most effective ways to manage it across different customer segments.
By the end of this article, you will understand how to use native Shopify Functions to hide or reorder the PayPal button based on geography, order value, and product type.
Why Merchants Hide the PayPal Express Button
The PayPal Express button is designed for speed, but speed is not always the primary goal for every transaction. Shopify automatically places express buttons at the top of the checkout, which often disrupts the intended user experience. There are several practical reasons why you might want to remove or reposition this button.
Reducing Customer Confusion
When a customer arrives at the checkout and sees the yellow PayPal button prominently displayed at the top, they may assume your store does not accept standard credit card payments. If that customer does not have a PayPal account or prefers not to use one, they might leave the site before seeing the "standard" payment fields. Hiding the express button forces the customer into the regular checkout flow, where all payment options are presented clearly and equally.
Avoiding High Transaction Fees
For certain types of orders, PayPal might not be your most cost-effective gateway. If you have negotiated lower rates with a specific credit card processor or if you prefer bank transfers for high-ticket items, you likely want to steer customers away from PayPal. Removing the shortcut button encourages customers to look at the full list of payment methods, where you can prioritize your preferred, lower-fee gateways.
Enhancing Brand Consistency
A cluttered checkout with multiple "Buy it Now" or "Express" buttons can look messy and unprofessional. If you are building a high-end brand, you likely want a clean, minimalist checkout that guides the customer through shipping and tax calculations before they ever see a payment button. Controlling the visibility of these buttons allows you to maintain a consistent brand aesthetic from the product page to the final confirmation.
The Challenge: Express Buttons vs. Standard Gateways
To effectively manage your checkout, you must understand the difference between the PayPal Express button and the PayPal gateway.
The "Express" button is a shortcut. It bypasses the shipping and information steps of the checkout by pulling that data directly from the user's PayPal account. Shopify places these buttons in the "Accelerated Checkout" section.
The "Standard" gateway is the option that appears at the very end of the checkout process, usually alongside credit card options and "Buy Now, Pay Later" services.
Most merchants do not want to stop accepting PayPal entirely; they simply want to stop the shortcut button from jumping to the front of the line. Shopify’s native settings do not offer a "one-click" way to hide the button while keeping the gateway active. This often leads merchants toward custom code or third-party apps to find a solution.
If you want platform guidance for removing the PayPal shortcut specifically, see the help doc on how to hide the PayPal Express Checkout button.
Hide, sort, and rename Shopify payment methods using powerful conditions. Customize your checkout and control payment options with HidePay.
Method 1: The Native Deactivation (The Nuclear Option)
The simplest way to remove the PayPal button using only Shopify’s built-in settings is to deactivate the PayPal Express Checkout provider.
- Navigate to your Shopify admin settings.
- Select Payments.
- Locate the PayPal section and click Manage.
- Select Deactivate.
The Downside: This is a "nuclear" option. It removes PayPal as a payment method entirely. You cannot hide the button while keeping the gateway active through this menu. If you deactivate it here, you will lose all revenue from customers who genuinely want to pay with PayPal. For most stores, this is not a viable strategy.
Method 2: Custom CSS and Liquid (The Cart Page Fix)
If your goal is to hide the PayPal button from the Cart Page or Product Page, you can use custom CSS. This is often necessary if the "dynamic checkout buttons" are clashing with your theme design.
You can add a small snippet of code to your theme's CSS file (often named base.css, theme.css, or timber.scss.liquid depending on your theme version):
.additional-checkout-buttons {
display: none !important;
}
The Limitation: This code only affects the pages your theme controls. Since 2024, Shopify has significantly restricted direct code edits to the actual Checkout page for security and stability reasons. Unless you are on a Shopify Plus plan and using specific checkout extensibility, custom CSS will not hide the PayPal button once the customer clicks "Checkout" and moves to the secure payment pages.
Method 3: Using Shopify Functions for Real Control
The most effective way to hide the PayPal button on the checkout page itself is through Shopify Functions. This is the modern replacement for the old Shopify Scripts. Functions allow apps to interact directly with the Shopify backend to hide, sort, or rename payment methods dynamically.
We built HidePay on this native architecture. Because it uses Shopify Functions, the app can hide the PayPal Express button based on specific conditions without needing to edit theme code or use "hacks" that slow down your site. This method works for all Shopify plans, not just Shopify Plus.
When you’re ready to implement rules in your store, the HidePay documentation explains how to create a payment customization step‑by‑step.
How to Implement a Hiding Rule
When you use a tool built on Shopify Functions, the process follows a logical "If/Then" structure. For example:
- Condition: If the customer is located in the United States.
- Action: Hide the payment method "PayPal Express."
This level of specificity allows you to keep PayPal active for international customers who rely on it for trust, while hiding the shortcut for domestic customers whom you would rather guide toward your primary credit card processor.
Action Summary for Native Control
- Identify if you want to hide the button everywhere or just for specific customers.
- Ensure you are using an app built on Shopify Functions to ensure compatibility with the latest checkout.
- Create a rule that targets "PayPal Express" specifically, rather than the general "PayPal" gateway.
Specific Scenarios for Hiding PayPal
A blanket "hide" rule is rarely the best approach. Successful merchants use conditional logic to hide the PayPal button only when it makes financial or operational sense.
Geography-Based Rules
PayPal is widely used in North America and Western Europe, but it may not be the preferred method in other regions. In some countries, PayPal fees are significantly higher, or the risk of fraudulent chargebacks is greater. You can set a rule to hide the PayPal button only for customers in specific countries or even specific zip codes — see the HidePay guide on how to organize payment methods by country or by Shopify Market.
Order Value Thresholds
High-ticket items carry higher risks. If you sell luxury goods or expensive electronics, a PayPal chargeback can be devastating. Many merchants choose to hide the PayPal button for orders over a certain dollar amount. By hiding the express shortcut, you encourage these customers to use more secure methods or gateways where you have better seller protection.
Product-Based Restrictions
Some product categories are restricted by PayPal’s Acceptable Use Policy, or they simply don't align with PayPal's dispute resolution process. If a customer has a specific "High Risk" item in their cart, you can trigger a rule to hide PayPal for that specific transaction while keeping it visible for the rest of your catalog. HidePay's documentation includes tutorials for hiding payment methods when a collection or product is in the cart.
Customer Tags and B2B
If you run a wholesale or B2B operation on the same store as your retail business, you likely want different payment options for your professional buyers. You can tag your B2B customers in Shopify and create a rule: "If customer tag is 'Wholesale', hide PayPal." This ensures your business clients use bank transfers or net-30 terms instead of consumer-focused express buttons.
Beyond Hiding: Sorting and Renaming
Sometimes, hiding the button isn't the only solution. You can also use payment customization to influence buyer behavior without removing options entirely.
Reordering for Better Conversions
Instead of hiding PayPal, you might want to move it to the bottom of the list. By default, Shopify's payment list can be somewhat random or based on the order in which you activated the gateways. Using a sorting rule, you can force your preferred credit card gateway to the top and push PayPal to the final position. This reduces the visual prominence of PayPal without removing it as an option for those who specifically look for it. Read HidePay’s guide on how to sort and rename payment methods in the checkout.
Clarifying with Renaming
The "PayPal" label is standard, but you can rename it to better fit your store's context. For example, if you want to emphasize that PayPal can also process credit cards without an account, you could rename it to "PayPal or Credit Card." While this doesn't "hide" the button, it changes the customer's perception of the checkout flow.
The Performance Benefit of Native Shopify Functions
One of the main concerns merchants have when adding apps to their checkout is speed. In the past, apps used "scripts" that had to run every time a page loaded, which could cause a lag in the checkout process.
Because HidePay is built on Shopify Functions and runs natively inside Shopify’s infrastructure, the logic executes without extra client-side calls or theme hacks. For merchant-facing context and use cases, see the Nextools announcement: Introducing HidePay for Shopify.
Key Takeaways for Checkout Optimization
- Focus on the "Why": Don't hide PayPal just because you can. Identify if the button is causing confusion, high fees, or chargeback risks.
- Avoid the Nuclear Option: Don't deactivate the provider unless you are prepared to lose all PayPal-driven revenue.
- Use Conditional Logic: Targeted rules (by country, price, or product) are more effective than blanket changes.
- Prioritize Native Solutions: Choose tools that use Shopify Functions to ensure your checkout remains fast and secure.
Why HidePay is the Preferred Choice
We designed our app to give merchants the granular control that Shopify’s default settings lack. HidePay is "Built for Shopify" certified, which means it meets the highest standards for performance and integration.
The app allows you to hide the PayPal Express button based on a wide range of attributes, including cart total, customer tags, and even specific weekdays. Beyond just hiding, we offer the ability to sort and rename methods to create a truly bespoke checkout experience. If you are also looking to manage your shipping options, our companion app, HideShip, offers similar control for delivery methods. For merchants who need both, check out Nextools’ guide to HideSuite, which bundles these capabilities into one package.
Optimizing your checkout doesn't have to involve complex coding or expensive Shopify Plus subscriptions. With the right rules in place, you can direct your customers toward the payment methods that are best for your business while maintaining a high-conversion user experience. To get started, get HidePay for your store and begin building your first rules.
Conclusion
Hiding the PayPal button on Shopify is a strategic move that can clarify your checkout process and protect your margins. Whether you choose to remove the button entirely for certain regions or simply reorder your payment list to favor lower-fee gateways, the goal is to create a path of least resistance for your customers. By moving away from "nuclear" deactivations and toward conditional rules, you retain the flexibility to serve different customer segments appropriately.
- Identify the specific scenarios where PayPal is less ideal for your store.
- Set up conditional rules based on geography, cart value, or customer type.
- Use native Shopify Functions to ensure your checkout stays fast.
- Monitor your conversion rates after implementing rules to find the perfect balance.
Take control of your checkout today by installing HidePay on the Shopify App Store. You can view current pricing and start building your first rules for free to see the impact on your store's performance.
FAQ
Can I hide the PayPal button without deactivating PayPal entirely?
Yes, you can hide the PayPal Express button while still allowing customers to use PayPal as a standard payment method later in the checkout. This is typically done through an app that utilizes Shopify Functions to hide the specific "Express" button component based on your custom rules, rather than disabling the entire gateway in your Shopify settings.
Will hiding the PayPal button affect my checkout speed?
If you use a tool built on native Shopify Functions, such as HidePay, there is no negative impact on checkout speed. Because the logic runs directly within Shopify's infrastructure rather than through external scripts or theme edits, the checkout remains fast. This is a significant advantage over older methods that relied on heavy code workarounds.
Is it possible to hide the PayPal button only for certain countries?
Yes, geography-based rules are one of the most common ways to manage payment methods. You can create a rule that detects the customer's shipping address and hides the PayPal button for specific countries where transaction fees are too high or where local payment methods are more popular and reliable for your business.
Do I need Shopify Plus to hide payment buttons at checkout?
No, you do not need a Shopify Plus subscription to hide payment methods. While Shopify Plus users previously had exclusive access to Shopify Scripts, the introduction of Shopify Functions allows merchants on Basic, Shopify, and Advanced plans to use apps to customize their checkout experience, including hiding, sorting, and renaming payment buttons.