jhesseroni
Forum Replies Created
-
Thanks Moses,
We are using: “Checkout Plugins – Stripe for WooCommerce“
Status Report: https://pastebin.com/i92YjveD
Net Sales is correct on Analytics where I see that order. So I guess we are good, I’m just curious if this behavior will repeat as we have had a couple orders in the past where they had to redo the CVC code.
Thank your for your response, we ended up changing the order status back to processing and then complete once we saw the payment was good.
I’m not security savvy so I have redacted a lot of characters and I’m not familiar with pastebin but have included a link to my notes there.
Here is screenshot of order notes( i had previously deleted two extra entries that were duplicate stock holds because they were taking up a lot of space in the window)

There is a LOT of code for me in the logs but after scanning for a while the only issue I could see was “Could not find order via charge ID” after the successful payment:
Here is a screenshot of the order summary

The stripe payout is incorrect.
MY original question still stands…
Is this going to mess with our analytics as far as net sales? How can I change the incorrect stripe payout amount here to be correct based on what stripe shows on their end.
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] stripe-gateway-stripelink-modal-triggerI had the exact same issue as Paul.
I noticed that under WooCommerce>Settings>Payments there were two methods available. One called “Stripe Card Processing” and another labeled “Stripe”.
The problem was resolved by deselecting “Stripe Card Processing” and using “Stripe” I assume one of these payment methods was autoadded by the plugin “WooCommerce Stripe Gateway” which I have installed. Is this plugin redundant? Or why would there be two options for Stripe?
- This reply was modified 1 year, 8 months ago by jhesseroni.
Forum: Plugins
In reply to: [WooCommerce] product images appearing twice on mobile viewThis was a previous thread I read and adding the code under custom CSS solved it for me.
https://ww.wp.xz.cn/support/topic/side-cart-duplicate-product-image/
.elementor-menu-cart__product-image a img:nth-child(2) { display: none; }
if you just copy and paste this under custom CSS for the widget in Elementor that solved the problem for me.
- This reply was modified 1 year, 9 months ago by jhesseroni.