Ryan Ray
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Capture a payment manuallyHi there,
I found this plugin can hold a payment and capture it manually, but how can I capture it in the admin page? Any help would be appreciated.
Thanks for asking for how you can capture an authorized order. Once one is authorized and comes in as On Hold you can capture the charge from the main Orders screen by selecting the checkbox next to the order and using the Bulk actions dropdown.
Once you’re viewing an order itself individually, you can move the order status to Processing to capture it. Stripe adds a note that says as much as well, just in case you forget.
Just of note, I believe Stripe’s authorization period is 7 days. You need to capture an order before that authorization expires. I hope this helps so far, let us know if you’ve got further questions. Thanks!
Hi there,
Thanks for checking in on this after seeing that warning. There’s no known issues between this latest version of the plugin and WooCommerce or say our Subscriptions extension.
I’ll pass this on though to our team working on Stripe to bump the compatibility so that warning doesn’t appear. Thanks!
Hi
It’s a year later, but I think this plugin could be what you are after.
https://woocommercewarehouses.com/woocommerce-multi-warehouse-order-routing/
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Payment processing failed. Please retry.Hi @vahsrap,
on checkout page stripe payment shows this message “Payment processing failed. Please retry.” for test mode, currently working on test mode only and if log in to my stripe account -> dashboard -> logs, it shows status as ‘200 OK’
I think you’re seeing issues in WooCommerce but not in Stripe, or at least in the request on Stripes side you see a 200 OK status. In WooCommerce do you see an order created but is set to Pending or On Hold? If so are there any order notes that might provide a clue as to what’s happening with the payment processing?
I would next enable logging under WooCommerce > Settings > Payments and select Manage next to Stripe. Then at the bottom of those settings you’ll see a checkbox to enable Logging.
Then if any errors are logged you’ll find those under WooCommerce > Status > Logs tab. There will be a Stripe log for every day that logging is enabled.
- This reply was modified 5 years, 2 months ago by Ryan Ray.
Hi @bradenwoodfield,
Sorry I didn’t add any info on how to share a screenshot, thanks so much for figuring that out anyway.
What I’m seeing here sounds like the mini-cart options within the PayPal Checkout settings. Head to those settings and enable the checkbox that says “Configure settings specific to mini-cart.”
Once there make sure to then disable PayPal Credit, which should then disable the Pay Later options for the mini-cart.
I hope this helps so far, let us know if you’ve got further questions. Thanks!
- This reply was modified 5 years, 2 months ago by Ryan Ray.
Hi there,
I am having trouble disabling the pay later option in the cart that appears on the woocommerce specific sidebar/widget. It is disabled during normal checkout but for some reason, it still appears on the widget. Is there a specific set of settings for the widget or am I missing something?
Is there a chance you can share a screenshot of what you’re seeing? There isn’t a widget added via this plugin so I just want to be sure we’re on the same page for what we’re referencing. We’ll get it figured it out from there!
Hi @irameshdev,
By default Apple Pay / Chrome Pay do not show up at checkout. It is by design but that can be changed. 🙂
See this other forum thread for the instructions on how to add this to your checkout page. –> https://wordpress.org/support/topic/how-to-enable-apple-pay-on-checkout-page-with-stripe-4/
You may then need to use further hooks to have the buttons appear where you’d like them to.
Forum: Plugins
In reply to: [WooCommerce] Move Terms and Condition box belowHi @dantahoua,
The snippet was close, but it was missing a couple of priority arguments to make sure they worked as they should.
remove_action('woocommerce_checkout_terms_and_conditions','wc_checkout_privacy_policy_text', 20); remove_action('woocommerce_checkout_terms_and_conditions','wc_terms_and_conditions_page_content', 30); add_action('woocommerce_checkout_after_terms_and_conditions','wc_checkout_privacy_policy_text'); add_action('woocommerce_checkout_after_terms_and_conditions','wc_terms_and_conditions_page_content');The template file that loads these gives you that clue in a comment. 🙂
Link to image: https://cld.wthms.co/PdDXQIForum: Plugins
In reply to: [WooCommerce] woocommerce fatal errorHi @shahzad1970,
This almost seems like a file or two went missing in the update. I would recommend trying to reinstall the latest version of WooCommerce and see if the errors go away.
Let us know if otherwise.
Forum: Plugins
In reply to: [WooCommerce] Problems with New order email to the clientHi @sandras21,
Like @melotheme said, one issue could be your server not having the best email sending setup. It’s odd that one email would work though, while others don’t. Perhaps there is a template override or conflicting plugin at work here.
Could you please share a copy of your site’s System Status? You can find it via WooCommerce > Status.
Select “Get system report” and then “Copy for support”. Once you’ve done that, paste it here in your response.Forum: Plugins
In reply to: [WooCommerce] Change Content TypeHi @rausa13,
Perhaps I’m not versed enough to understand what you are after. Is there anymore information you can provide about what you’re wanting to do?
It sounds like you are find with the site outputting HTML up until it’s time to pay for an order?
Forum: Plugins
In reply to: [WooCommerce] Product not showing under sub categoryAlso, do you have a product URL where we can see the categories said product is in? Thanks!
Forum: Plugins
In reply to: [WooCommerce] Product not showing under sub categoryHi @melotheme,
Hmm, that’s odd indeed. Had the Pineapple category been recently created and to be certain the product is in the Apple > Mango > Pineapple product category?
From here it might be helpful to see your system status.
You can find it via WooCommerce > Status.
Select “Get system report” and then “Copy for support”. Once you’ve done that, paste it here in your response.Forum: Plugins
In reply to: [WooCommerce Square] Square breaks checkout process when enabledHi @suffa01,
Thanks for that system status, after looking at that and the site there seems to be some sort of JavaScript error/conflict happening here.
Link to image: https://cld.wthms.co/0R8DkKSometimes a delete/reinstall could help, but I think perhaps in this case something loading on the checkout page stop the DOM from loading the WC_Square_Payment_Form_Handler JavaScript. Which perhaps this is coming from a setting in the Auto Optimize plugin? I assume maybe it has a way to minify and/or combine JavaScript that could be causing issues?
Forum: Plugins
In reply to: [WooCommerce Square] WooCommerce Declining CCardsHi @primebattery,
Thanks for that log, to confirm the declined orders are all using the same card? If so have you also contacted the card issuer, even if they all aren’t the same maybe they are from the same issuer?
I’d be curious to know what the card issuer(s) may say or see on their end. Usually the declined error means the card issues is indeed declining the card from being used on your site. I think it would be helpful as well to reach out to Square to see if they have any information that would be helpful knowing why the cards are declined.
Also, if this was an issue in October did it become fixed at some point?