leeuwtje
Forum Replies Created
-
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Internal Server ErrorI do have another question.
I disabled post code (zipcode) for credit card payments. However, on mobile devices it still asks for a zipcode. How can I make sure it does not ask for zipcode? Also, for example in my country we have also letters in the zip code and when I type a correct zipcode it is showing as red (invalid).
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Internal Server ErrorYou are welcome! ??
So if I only use credit card payments and did not activate webhook; than there is no problem right?
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Internal Server ErrorThank you, I just left the review.
Regarding the answer of point 3; the local payment methods do not include credit card payment right?
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Internal Server ErrorSo, I finally understand you meant woocommerce subscription plugin and it seems like it was outdated (I did not know that) so I am extremely grateful for your amazing and excellent support.
I think your plugin is looking WAY better than stripe gateways plugin and it seems the loading time is faster and that is what I was looking for. And the support is outstanding.
I want to switch from the woocommerce stripe gateway plugin to your plugin, I do have some questions:
1. Do I need to worry about existing subscriptions? Can I just disable the woocommerce stripe gateway plugin past clients used to sign up and will future subscription payments just go through?
2. Is your plugin fully compatible for the new subscription guidelines regarding the SCA requirements?
3. I am not using any webhooks right now, will this result in any problems?
Thanks, and let me know if there is somewhere I can leave 5 star reviews for the amazing work and support. ??
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Internal Server ErrorThanks, I am going to try this and report this back to you.
I am using woocommerce 4.3.0 – in my experience the newest version?
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Internal Server ErrorFor some reason I do not see your post in this topic?
************
mr.clayton wrote:
Hi @leeuwtje,
Thank you for providing that error log. What version of WooCommerce are you using? Here is a direct copy of the WooCommerce code that triggers that action:
$this->set_status( apply_filters( ‘woocommerce_payment_complete_order_status’, $this->needs_processing() ? ‘processing’ : ‘completed’, $this->get_id(), $this ) );
As you can see, WC passes the order status, the order ID, and the order object as arguments to the filter, which total to three. This is not a bug with the plugin, I suspect you have some other code that is affecting the number of arguments that are being passed by the filter. MY guess would be you are triggering that filter in some custom code and only passing two arguments.
My recommendation is to start deactivating plugin’s and testing to see which is the culprit.
Kind Regards,
*********************
I am using the latest version of woocommerce and wordpress and I am not using any custom code. The other payment plugins (paypal and woocommerce stripe gateway) are working without problems.
Very strange, I don’t know how I can make this work in that case.
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Internal Server ErrorThanks for the fast reply.
I think this is what you mean:
2020-07-13T22:22:33+00:00 CRITICAL Uncaught ArgumentCountError: Too few arguments to function wc_stripe_payment_complete_order_status(), 2 passed in /home/instaboost99/public_html/wp-includes/class-wp-hook.php on line 287 and exactly 3 expected in /home/instaboost99/public_html/wp-content/plugins/woo-stripe-payment/includes/wc-stripe-functions.php:753
Stack trace:
#0 /home/instaboost99/public_html/wp-includes/class-wp-hook.php(287): wc_stripe_payment_complete_order_status(‘processing’, 64263)
#1 /home/instaboost99/public_html/wp-includes/plugin.php(206): WP_Hook->apply_filters(‘processing’, Array)
#2 /home/instaboost99/public_html/wp-content/plugins/woocommerce-subscriptions-master/includes/class-wc-subscriptions-order.php(480): apply_filters(‘woocommerce_pay…’, ‘processing’, 64263)
#3 /home/instaboost99/public_html/wp-includes/class-wp-hook.php(289): WC_Subscriptions_Order::maybe_record_subscription_payment(64263, ‘pending’, ‘processing’)
#4 /home/instaboost99/public_html/wp-includes/class-wp-hook.php(311): WP_Hook->apply_filters(”, Array) in /home/instaboost99/public_html/wp-content/plugins/woo-stripe-payment/includes/wc-stripe-functions.php on line 753Forum: Plugins
In reply to: [Affiliates] Referrals paid 0? And payment questionIs there a way to bulk close them?
Forum: Plugins
In reply to: [Yoast SEO] Replacing WooCommerce breadcrumbs with Yoast SEO onesThank you so much for the code.
Unfortunately I have problems at my product pages:
Fatal error: Call to undefined function yoast_breadcrumb() in /home/renatfb56/domains/haardonutkopen.nl/public_html/wp-content/themes/mystileori/mystile/functions.php on line 55Does somebody have a solution for this problem?