Questions tagged [payment-method]
144 questions
0
votes
1 answer
Hide specific payment method based on total weight in Woocommerce
In woocommerce I would like to hide a "Cash on delivery" payment method for a specific total weight.
For example if cart total weight is up to 15 kilos, "Cash on delivery" payment method on checkout.
Any help is appreciated.

Dimos Kotsonis
- 13
- 1
0
votes
1 answer
Laravel Eloquent select query for payment method used
I have designed 3 tables in mysql Payments, CreditCardPayment, WireTransfer. Payment table has column payment_mode which store the mode of payment used (credit card or paypal). In CreditCardPayment & WireTransfer I am storing the payment id from…

Suraj Rana
- 70
- 13
0
votes
0 answers
Payment methods in configuration tab keep loading in Magento 1.9
I'm trying to add a payment method. But after adding it I can't access the payment methods any more. I get the following errors from the log:
a:5:{i:0;s:243:"SQLSTATE[HY000]: General error: 2006 MySQL server has gone away, query was: SELECT…

Atik Fahad
- 1
- 1
- 4
0
votes
0 answers
Multiple Paypal / Braintree accounts changing on shipping method selection
Hi everyone.
We have a customer, whose company is organized in multiple society, so they:
Have a "brand group name"
They have many stores in italy grouped in differents companies
We are trying to solve this situation:
When a customer buy on…

Synthetic
- 1
- 1
0
votes
0 answers
Magento 2 : How Can I get All Active Offline Payment Methods?
I want to get the list of all active offline payment methods like cashondelivery, checkmo, banktransfer etc. in magento2.2
Can anyone help me out?
Thanks in advance.

Suman
- 239
- 2
- 13
0
votes
1 answer
how to remove checkout from paypal standard in magento 1.9
I have configured paypal standared with my website, but which is acting as express checkout. I don't need any paypal checkout in the website. How can I change it as a usual payment methods (like payumoney, cc avenue).
Also need to list paypal also…
0
votes
1 answer
Magento 2 : PayPal onsite Payment method not working
I want to use onsite PayPal method in magento 2 website.
I have configured this link : //prntscr.com/h0w1ew
But in checkout page : //prntscr.com/h0w8wp
When I click on Continue to Paypal button it shows error :Not signed up for this tender…

mjsaini007
- 1
- 3
0
votes
0 answers
How can I tell what was the payment method my customer chose during PayPal express checkout?
I'am about to implement PayPal's express checkout (client side).
My questions is how can I tell what was the payment method my customer chose before?
I was worked with express checkout a few years ago and it was easy. Right now, in every response I…

Sajti
- 1
0
votes
2 answers
Paypal: Unable to Reauthorize Authorized Payment Error : An internal service error occurred
Paypal: Unable to Reauthorize Authorized Payment
Below is my code
$clientId = 'XXXXX';
$secret = 'XXXX';
$ch = curl_init();
curl_setopt($ch, CURLOPT_URL, "https://api.sandbox.paypal.com/v1/oauth2/token");
curl_setopt($ch, CURLOPT_HEADER,…

Jackson
- 1,426
- 3
- 27
- 60
0
votes
1 answer
Add Ideal payment method to Learnpress
I am trying to have the IDEAL payment method in the learnpress plugin on wordpress. I found a page named payment-method.php but i have no clue how to do it. Here is the code

Arjan Knol
- 942
- 5
- 20
0
votes
1 answer
Payment recurrent with stripe woocommerce
i am working on WordPress&woocommerce project in which i need to implement a method for recurrent payment with stripe, exactly 3 time in a year for the purchased product.
Any suggestions? Maybe a plugin or programatlly.
By the way the price of the…

Kaouther Mefteh
- 132
- 2
- 13
0
votes
0 answers
Magento 1.9 - Customize the "Check / Money Order" Order Status from Pending to Complete
I've a Magento website that I'm using for some tests and I need to setup an easy payment method that can make me able to buy something without any risk to get real payment from random users but I also need to register this order with a "complete"…
0
votes
0 answers
BrainTree - DropUI - Choose Payment Method
Looking at the Braintree vault, I have 1 customer with 2 payment methods.
How can I get the screen with the payment method selection to appear? I am using the BrainTree DropIn with the iOS SDK (Swift 2.0), but I don't mind tips on any platform. I…

ppp
- 713
- 1
- 8
- 23
0
votes
1 answer
Pay by cash magento backend
Hi guys i have problem,
Sometimes we go to events and there we sell our products. I want to add this transactions into magento store. When i create new order i can add everything with out payment method. I try to add
protected $_canUseCheckout =…

Sebazz
- 11
- 4
0
votes
1 answer
How to display payment method to logged in user only?
display payment method to logged in user only in magneto.
As in screenshot enter code here i want to display credit card(saved) to logged in user only.

maddy
- 121
- 1
- 1
- 10