Category: Stripe
-
How to change the placement of the express checkout options in the WooCommerce Stripe Payment Gateway plugin
At the time of writing this post, the WooCommerce Stripe plugin doesn’t provide an option in the settings to change the placement of the Google and Apple Pay options. Fortunately, you can easily adjust this by removing the actions related to this functionality from the WC_Stripe_Payment_Request class and replace it with a new action. By…
-
How to add the CC’s last 4-digits to the Order Details Table (WooCommerce Stripe Payment Gateway)
Before jumping to the technical part, it’s important to note that while the Stripe for WooCommerce plugin stores card details like brand and last 4 digits for customers who save their payment methods, there might be legal considerations for customers who didn’t opt-in for having these details saved. So please use this guide as a…