• Resolved EliteGent

    (@gentlemako)


    Hello,

    I would like to only enable the Apple pay option on the cart page without the stripe option to accept debit/credit card in the checkout page.

    Can you please advise?

    Thank you.

Viewing 9 replies - 1 through 9 (of 9 total)
  • Kenin

    (@kbassart)

    Automattic Happiness Engineer

    Hi there,

    I’m afraid it’s not possible to have Apple Pay configured without also offering card payments within the plugin at this time. It would be great to have you add your ideas to the Ideas Board, which is where developers go to look for future plugin features and improvements.

    Thread Starter EliteGent

    (@gentlemako)

    Hi Kevin,

    Thank you for your response, we actually took care of it with a simple CSS code. Can you please advise how to disable the payment request buttons on the product pages and only enable them on the cart page?

    Thank you.

    Plugin Support Ryan Ray, a11n

    (@ryanr14)

    Hi @gentlemako,

    You can remove it from the single product page with a filter shown in our docs here. –> https://cld.wthms.co/Dgsw8j

    If you don’t have a way to add PHP to your site, we’d recommend a plugin like Code Snippets to do so.

    I hope that helps!

    Thread Starter EliteGent

    (@gentlemako)

    Thank you.

    Plugin Support Ryan Ray, a11n

    (@ryanr14)

    Hi @gentlemako,

    Happy to help with that, thanks for marking the thread as resolved! Have a great day and weekend. 🙂

    renaud007

    (@renaud007)

    Hi @gentlemako,

    Could please give your css code to hide the credit card payment option and only show Apple Pay button ?

    I’m interested in this option also and haven’t found any solution in other threads…

    Thread Starter EliteGent

    (@gentlemako)

    Hi @renaud007

    Use this code to hide stripe credit/debit cards payment in the checkout page, this code will still show the apple, google pay and other option in cart page.

    .payment_method_stripe {
    display: none !important;
    }

    Cheers.

    renaud007

    (@renaud007)

    Hi @gentlemako,

    Thank you very much.
    I saw your website, it’s pretty nice 👍🏻

    Thread Starter EliteGent

    (@gentlemako)

    you’re welcome.

    Thank you.

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Enable Apple Pay Only’ is closed to new replies.