I would like to sort the Stripe displayed payment card icons in a different way in WooCommerce checkout. WooCommerce Stripe plugin support does not provide custom code support so they just gave me a code snippet to modify according to my needs. This code snippet changes out the Visa payment icon: Could someone please modify this code snippet to change
Tag: payment-method
Assign a percentage fee to WooCommerce payment methods based on user roles
How do I expand this snippet to include 2 more payment gateways with different fees? The payment gateways I want to add are ‘cardgategiropay’ and ‘cardgateideal’ and the fees are 3% and 2% …
Change specific payment gateway title in WooCommerce
I need to change the Woocommerce payment gateway names, not the ones hat are displayed on the frontend(this can easily be achieved in the settings) but the inernatl titles Woo is using. In class-wc-…
Remove WooCommerce Payment Gateways for defined groups of product categories
I’ve manged to get this code to work for removing ONE payment gateway based on one or more product categories. What I need help with is removing multiple payment gateways as well. In other words; it …
Hide COD payment based on chosen select field options in WooCommerce checkout
I am using WooCommerce and I have a custom checkout field in form of a selection list. I am trying to remove COD gateway, when customer select on a custom checkout field a specific option (“newyork” …
Change default WooCommerce order status to processing for cheque and bacs payments
In WooCommerce, I need all my orders to go immediately to “processing” status to have the order-processing email sent directly when the order is processed. By default, this behavior exist for Paypal and COD orders, but not for BACS and Cheque where the default status is on-hold. I tried several snippets like this one: But this doesn’t work, the order
Disable specific payment methods for specific shipping zones when cart subtotal reach a specific amount in Woocommerce
In Woocommerce, I’m trying to remove “Cash on delivery” payment method when cart subtotal is up to $250 for specific shipping zones names (Zone 1, Zone 4 and Zone 7). All others zones must not have …
Woocommerce – How to send custom emails based on payment type
Here is the problem. My woocommerce website has 3 different payment options – Check Payment Western Union Cash On Delivery If my buyer checkout with “Check Payment” I want to send him an automated …