serkrush
Forum Replies Created
-
Forum: Plugins
In reply to: [Subscriptions for WooCommerce] Mollie recurring payments don’t workmy problem is very similar to yours
https://wordpress.org/support/topic/periodic-payments/
at the moment I have determined that when you pay using PayPal Checkout, you do not fill out the address, which leads to a recurring payment failure.
It seems to me that the developer should modify the function wcs_copy_order_address, which forms the parameters of the buyerForum: Plugins
In reply to: [Subscriptions for WooCommerce] Periodic paymentsI did not put individual plug-ins for payment. Together with “WooCommerce” I installed “WooCommerce PayPal Checkout Gateway” and “WooCommerce Stripe Gateway”.
goods – virtual
I seem to have managed to identify the error. In the log file I see:
[L_LONGMESSAGE0] => There’s an error with this transaction. Please enter an address1 in the shipping address.
[L_LONGMESSAGE1] => There’s an error with this transaction. Please enter a city in the shipping address.Forum: Plugins
In reply to: [Subscriptions for WooCommerce] Periodic paymentsHello! Thanks for the answer.
The first payment is successful.
Payment with PayPal Checkout.I’m not sure if I understand where you can check that your payment gateway / plug-in supports repeated payments.
in functions.php
- This reply was modified 7 years, 10 months ago by serkrush.
I think it will help you
add_filter('wp_ulike_count_box_template', 'wp_ulike_change_my_count_box_template', 10, 2); function wp_ulike_change_my_count_box_template($string, $counter) { $num = preg_replace("/[^0-9,.]/", "", $counter); if($num == 0) return; else return $string; }it’s a pity.
Before asking a question here, I applied for support at the address indicated. But it seems to me that you have problems with the request form. Is it possible to contact by email?