Add Apple Pay Button (Stripe) to Mini Cart
-
I have signed up for Stripe and enabled Apple pay and have removed the button from the product page and added it to the checkout page. I would like to also place it on the WooCommerce Mini Cart. Here is what I used to add it to the checkout page… any ideas on how to add it to the mini cart?
add_filter( ‘wc_stripe_show_payment_request_on_checkout’, ‘__return_true’ );
Thanks!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Add Apple Pay Button (Stripe) to Mini Cart’ is closed to new replies.