Questions tagged [payment-method]

144 questions
0
votes
1 answer

Joomla Virtuemart Credit card payment method redirect from bank issue

I'm new to Joomla but my task is to develop a payment method plugin for virtuemart which handles credit card payments. I could manage to send the user to the bank interface, I got the framework from the bank and test datas for cards. I must give a…
-1
votes
1 answer

Disable payment method based on time range in WooCommerce

I want to disable the payment method, cash on delivery (COD) between 11pm (current day) to 8am (next day), in my WooCommerce store. Based on some research, this is my code attempt: add_filter( 'woocommerce_available_payment_gateways',…
-1
votes
1 answer

Hide Payment Method for Grand Total 0 in Magento?

Please someone share the code to avoid payment method for grand total 0. We are using CCavenue and COD for payments.
-1
votes
1 answer

Disabling BACS payment method for local delivery shipping method

How to disable BACS payment method for local delivery shipping method? I have included the code below to my functions.php file, but it doesn't work. Maybe someone could help me with this. function my_custom_available_payment_gateways( $gateways ) { …
George Pennet
  • 159
  • 3
  • 9
-2
votes
1 answer

Send an email notification for specific payment ID on WooCommerce pending orders

Maybe somebody had similar issue with WooCommerce... In my shop I have Przelewy24 payment gate. When user chooses to pay with that gate, a new order in woo is created with status 'pending payment'. The problem is that woo cannot send order…
-2
votes
1 answer

How to Hide Cash On Delivery Payment Method from woo commerce checkout page?

How to Hide Cash On Delivery Payment Method from woo commerce checkout page When Customer Select any Addon with any product?
-2
votes
1 answer

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" in this case). Here below is my actual code where…
Ibrahim
  • 65
  • 6
-2
votes
2 answers

want to check payment method on checkout page after a confirmation

I working on a Woocommerce project and my client asked me two things: Does not want to uncheck all the payment methods available on the checkout page. Wants to show a confirmation pop up( ) on selecting…
-2
votes
2 answers

Woocommerce: How to Update Payment Method

I'm on checkout page! I've created a new payment gateway called "others", the user choose this gateway and a drop-down list with payment options such as "Visa, MasterCard, etc" becomes available. When the user choose an option e.g.:"VISA", I want…
1 2 3
9
10