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.
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.
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!
Hi @gentlemako,
Happy to help with that, thanks for marking the thread as resolved! Have a great day and weekend. 🙂
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…
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.
Hi @gentlemako,
Thank you very much.
I saw your website, it’s pretty nice 👍🏻