How do you remove apple pay from the cart but keep it in checkout

Hi @Ainius12345 ,

I haved checked your website, I can’t see apple pay on cart page.

Have you solved this issue, yet?

As you know, you can disable “apply pay” by css: display:‘none’ but keep it in checkout.

Have a nice day, sir!

How do you disable then in cart? could you send me a tutorial

Hi @Ainius12345 ,

I visited your website, added a product to the cart, and then viewed the cart page. Here, I noticed that Apple Pay is not displayed. I didn’t make any changes. Please check it again.

If you have any other issues, Can you kindly share the details of your problem (screenshot/ record) with us?

We will check it and suggest you a solution if possible.

Hope it helps!

you need an apple device for it to pop up

Hi @Ainius12345 ,

Thanks you for you response.

I haved checked on Apple device, and I see the problem.

So, you just need to edit css script and the issue will be resolved. You can follow my instructions!

Step 1: Go to Admin → Online store → Theme > Edit code:

Step 2: Search for the file base.css. And add this code snippet to the end of the file.

#dynamic-checkout-cart {
    display: none !important;
}

Step 3: Save your code and reload this page.

=>> The result:

I hope these instructions will help you. If they are helpful, please give us likes and mark as the solution.

Have a nice day sir!

1 Like