Hi,
I am currently setting up my checkout page, and I need to remove the Paypal Express Checkout button from the Information checkout tab, and add the Debit or Credit Card payment option in the Payment checkout tab.
Can somebody help me?
Thank you
Solved! Go to the solution
Hello, @King-Kang!
Karlie here from the Shopify Guru Team! If you want to remove the PayPal Express Checkout from your Shopify storefront then you would first want to disable that payment gateway from within your Shopify Admin. Following the below instructions would disable the payment gateway so your customers could no longer put through orders with PayPal.
To disable PayPal:
To add a different payment gateway to your checkout, you would want to find a payment gateway that is available to you. You can check out this list which will show you which payment gateways are available to you by the location you're selling from. Next, you would want to enable that gateway from within your Shopify Admin. You can add the payment gateway of your choice by simply going into your Shopify Admin> Settings> Payments section and enabling the gateway from there.
I would recommend reading through our help guide, here, which goes over how to choose a payment gateway that will suit your business. If you're wanting to use a third party payment gateway to accept credit cards then I would suggest walking through our step by step guide, here, for some assistance.
I hope this has answered your question. If not, or if you have any further questions please let me know. I will be happy to help!
Karlie | Social Care @ Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit the Shopify Help Center or the Shopify Blog
Hi, @Karlie
First of all, thank you for your time!
I only want to remove the PayPal button from the checkout Information tab.
I want to keep the PayPal payment method available in my website, but in the right place - checkout Payment tab.
I also want to add the Debit or Credit Card payment option in the checkout Payment tab.
Thank you
Ps: this image maybe do not show what exactly will be shown in the checkout payment page.
@King-Kang hey,
Can you send me the URL to your website please?
Perhaps not the most elegant solution but you could do this with querySelector('.selector').remove() to remove the unwanted one.
This is an accepted solution.
Hey there, @King-Kang
Bo here from Shopify Support!
I have actually written a guide on just this. You can find it here. If you have any further questions please do leave a comment on that post.
Thank you,
Bo
Bo | Social Care @ Shopify
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit the Shopify Help Center or the Shopify Blog
Try this:
1. Go to Online Store->Theme->Edit code
2. Sections->cart-template.liquid OR template->cart.liquid -> find the code below and remove it:
{% if additional_checkout_buttons %}
Let me know whether it works
User | Count |
---|---|
25 | |
20 | |
19 | |
16 | |
15 |