Recently installed WooCommerce Subscriptions plugin. I get this message on checkout page: "Sorry, it seems there are no available payment methods which support subscriptions" although I have PayPal standard enabled & configured (the doc says PayPal standard is compatible with the plugin)
Any idea why I get that error?
Go to Woocommerce > Settings > Subscriptions (tab) > Renewals (section) > and check Accept Manual Renewals. Your payments should work.
Related
I have a woocommerce site and do not want paypal as a payment option. How do i turn that off? Am using stripe for payments.
You’ll find the setting under WooCommerce > Settings > Payments > PayPal – you will have to uncheck the Enable/Disable checkbox.
I am novice to WordPress and working on my first website in WordPress. I am using WordPress 4.9.8 with WooCommerce 3.5.2.
The requirement is, I want to provide different payment gateways list to customers on checkout page. e.g. paypal, worldpay, stripe etc., so that they can select the gateway they want and make the payment. I will use payment plugins for it.
But I am not sure how to provide list of payment gateways in checkout page. Can anyone help?
You can go to WooCommerce > Settings > Payments to enable/disable the payment gate you want, and if you want to use more payment gate like Stripe, you need to install a plugin like this https://wordpress.org/plugins/woocommerce-gateway-stripe/
Here is a screenshot showing my Payment Settings screen in WooCommerce, I'm using only PayPal and you can see it's enabled.
You can Add all payment method in Woocommerce.
WooCommerce → Settings → Checkout
Take a tour for this article hope it will help you
https://themeisle.com/blog/accept-payments-with-wordpress/
Let me know
I have a store in WooCommerce that works with BlueSnap as a payment gateway. I sell regular one-time charge products, and I'm considering adding a subscription. I was told by BlueSnap that they support payment for subscriptions in WooCommerce - but I couldn't find anything in the plugin documentation to explain how to configure this in my Woo admin.
Should I install a separate plugin for the subscriptions – if so, which one, and which version? Does BlueSnap offer some version of subscription management?
BlueSnap supports subscriptions in WooCommerce, but in order to use this ability you will need to go through a few steps:
Install the WooCommerce Subscriptions plugin, version 2.0 and up (2.1 and up is recommended). Make sure it is activated. In the setup menu found in WooCommerce -> Settings -> Subscriptions, configure the plugin as you wish.
Note: The subscriptions plugin currently allows "Retry Failed Payments" - this is not currently supported by BlueSnap, but it is scheduled for a close release.
Install and activate the BlueSnap plugin. In the menu found in WooCommerce -> Settings -> Checkout -> BlueSnap Card Payments, Make sure you specify the recurring contract ID.
Create a subscription product in your WooCommerce store. Once this product is purchased with BlueSnap, the handling of the subscription will be handled automatically.
I have enabled the PayPal standard gateway. This is currently the showing payment method on the checkout page. I have installed an SSL and have an HTTPS:// how ever when i try to enable the PayPal Pro Payment Gateway (in sandbox mode) the Checkout page only displays the Paypal standard method and does not give the familiar radio buttons to select the method. Only method available is the paypal standard.
I also tried enabling the Cheque payment gateway but that also does not display on checkout page
Is there any way to fix this so the credit card input Paypal pro payment method displays on the checkout page?
The site is https://www.dowelmax.com
I had this very same problem and found this page in researching the answer. You mentioned that it turned out to be a conflict with a currency switcher plugin. I had one of those installed, so tried disabling that and indeed my problem resolved too!
To further clarify a solution for anyone else in the same boat - it may be that you need to enable specific payment gateways for each available currency. Above and beyond the general WooCommerce enable option. (Even for your base currency)
This enabled me to fix the problem AND keep my currency switcher plugin active.
In my case, it was Aelia Currency Switcher. They have a support note on it here:
https://aelia.freshdesk.com/support/solutions/articles/158712-one-or-more-payment-methods-don-t-appear-after-installing-the-currency-switcher-how-can-i-fix-it-
Depending on what plugin you are using in WooCommerce, you need to enable force secure checkout. Once force secure checkout is enabled typically PayPal Payments Pro will show up on the checkout page.
Click on WooCommerce
Settings
Checkout
Checkout Options
Place a check mark next to force secure checkout (not force http) and then save. Also make certain that PayPal Payments Pro is enabled on the list of gateways.
This image is from the WooCommerce Documentation on Woothemes.
I resolve this problem with this instructions :
Admin > Woocommerce Settings > Payment > Manage (Your checkout) Active your API permission or information and you get solve.
Good luck
I was also face this type of problem but I was resolve with these instruction.
Enable define ( 'WP_DEBUG', true);
Goto checkout page and refresh page.
Now showing some warning and fatal error.
Solve fatal error and refresh again checkout page and now it's showing payment option and order place button.
I hope this instruction will help you.
I am using Woocommerce Word press plugin to integrate payment gateway.
https://wordpress.org/plugins/woocommerce/
Created my Test Mode account in Pay U Money and recieved key and salt id to configure in the plugin.
After adding product to page in test mode, post view cart when go ahead for checkout, it says thank you ....and then redirect page to https://test.payu.in/_payment with message as "Sorry, Some Problem Occurred."
the problem was with payUmoney Test Account key/salt id.
I have tried with Live Mode key and salt id, it seems to be working.
To
integrate Payumoney in woocommerce "PayU" provides a simple plugin to
integrate. Install it, enter your credential and that’s all.. Done..
If you want to integrate it in wordpress non e-commerce site, it needs customization. Install PHP kit provided by payumoney through FTP or File Manager in hosting control panel.
After that, the
most important thing is you have to pass the values of all required parameter as
mentioned in their documentation. Pass these values with $_POST. That’s
it.
You have to activate your account before you can do a test payment on PayU