Questions tagged [payment-method]
144 questions
3
votes
1 answer
Add a filter dropdown for payment method on WooCommerce admin orders list
After reading https://rudrastyh.com/woocommerce/columns.html I was able to add a column with the order payment method on WooCommerce admin orders list
add_filter('manage_edit-shop_order_columns', 'misha_order_items_column' );
function…

Jod
- 87
- 5
3
votes
2 answers
WooCommerce change BACS order status based on user roles
I get several orders where a customer selects "Direct Bank Transfer" and then they change their mind and want to pay by Credit Card. This is quite annoying because I have to manually change the order from "On Hold" to "Pending Payment" so they can…

Wanderlust Consulting
- 505
- 4
- 21
3
votes
2 answers
Save and display specific payment gateway additional field everywhere in Woocommerce
I am using "Additional field on checkout for specific payment gateway in Woocommerce" answer code, that displays an additional dropdown field for specific payment gateway in checkout page.
How to save and display the options on the orders and on…
user11481313
3
votes
2 answers
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…

fredrik
- 85
- 2
- 11
3
votes
1 answer
Validate and save additional checkout field for specific payment gateway in Woocommerce
I need to show an text input field when customers select BACS gateway and I would like the input field value to be appended to orders and email notifications.
I am using Additional field on checkout for specific payment gateway in Woocommerce…

tiny
- 447
- 4
- 18
3
votes
2 answers
redirect payment gateway magento2
I'm new to Magento and i'm implementing a custom payment method in magento2.1 but i'm completely lost. The needed flow of information is as follow:
Customer goes to checkout and enters all information and goes to the payment method where he will…

A. Martz
- 191
- 3
- 5
3
votes
4 answers
magento:get list of all available payment method
how can i get list of payment methods with detail like code,title,method and? is it possible get available payment method in store with API ? i need list of all available payment method in magento store.

mahdi
- 16,257
- 15
- 52
- 73
2
votes
1 answer
Change "Pay Now" Button Text on WooCommerce Checkout Based on Payment Gateway Option
I have tried for hours now, and I cannot get this "basic" thing working whatsoever.
I have a bunch of payment gateways available and I need the name of it, including the total order value, to be included in the "Pay Now" button text.
Example: "Order…

Learning WooStoreFront
- 113
- 6
2
votes
1 answer
Increase cart item prices based on payment method in WooCommerce
I want to add percentage value to cart item prices based on the selected payment gateway.
The problem I am facing is variation product price is not updating for the product price. Initially selected price is showing all the time.
How can I get the…

WP Learner
- 788
- 1
- 13
- 34
2
votes
1 answer
WooCommerce: Disable multiple Payment methods based on country
What I am trying to do here is hide payments methods, based on the customer country.
Hide bacs and cheque, when the country is different than US.
When the country is US, hide cod payment method (this is working)
I been trying to do this, but it…

Augusto Gentile
- 45
- 5
2
votes
1 answer
WooCommerce: Order status based on Payment methods
On Woocommerce we have the option for BACS payments. Some orders are coming through as "Paid" and some aren't. I can't understand why as they are using the exact same payment method. The two images below will show you this:
Paid:
Not Paid:
We are…

Eagle Agency
- 167
- 1
- 10
2
votes
1 answer
Add fee based on payment methods and cart items total in WooCommerce
I have a plugin installed -> "Payment Gateway Based Fees and Discounts for WooCommerce" which helped me add two fees:
14,99 delivery fee on Card Payment
19,99 delivery fee on Cash on delivery
The problem is that I want to give free delivery if…

Fildiroi Vladut
- 23
- 3
2
votes
1 answer
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% respectively .
…

Wanderlust Consulting
- 505
- 4
- 21
2
votes
2 answers
stripe payment method is returning null when I submit form
when I try to create a new subscription I get this error (This customer has no attached payment source or default payment method. ) so I checked the PaymentController with dd($paymentMethod) which returned null
so I don't know why the variable…

Adam
- 85
- 2
- 12
2
votes
1 answer
Hide Place Order button for specific payment methods in Woocommerce
How to disable the "place an order" button ONLY for the "Cheque" gateway. I don't want my users to place an order for this gateway because they need to make a contact through the given info before making any payments.
I found Remove Woocommerce…

Titanium
- 81
- 1
- 10