Brian B
Forum Replies Created
-
Forum: Plugins
In reply to: [Google for WooCommerce] Nothing loads in Google -> “Linked Accounts”Thanks a lot! Installing Jetpack somehow seemed to work for whatever reason. Is that plugin required for Google Listings? I’m not even sure what it does. 🙂
Regards!
Forum: Plugins
In reply to: [Google for WooCommerce] Nothing loads in Google -> “Linked Accounts”I appreciate you trying to help, but I feel like I’m just repeating myself to a new support person every time here. I’ve done all of that.
As said previously, I’ve tried installing it again several times, I’ve cleared all caches, I have disabled all other plugins (except Woocommerce obivously) and I’ve already posted a System log in this thread once before. It’s here: https://pastebin.com/PwLJ5Mab
Regards.Forum: Plugins
In reply to: [Google for WooCommerce] Nothing loads in Google -> “Linked Accounts”Hello @mosesmedh
As said previously, we’ve never had the plugin connected before – so there is no previous connection. This is our first attempt at connecting the plugin to our Google account. You can see the video I posted of the Settings page here:
https://streamable.com/grshpf
Regards!Forum: Plugins
In reply to: [Google for WooCommerce] Nothing loads in Google -> “Linked Accounts”Appreciate the reply @lovingbro
There are no “Disconnect from all accounts” button unfortunately, nothing loads in the Settings page except for the Contact information. I have tried clearing the cache and re-installing the plugin with no luck several times.
I have Google Site Kit installed on my page, can that cause a conflict? I am out of ideas myself.
- This reply was modified 1 year, 1 month ago by Brian B.
Forum: Plugins
In reply to: [Google for WooCommerce] Nothing loads in Google -> “Linked Accounts”@mahfuzurwp
Appreciated! I have this error in my error log that might be related:
2025-04-10T10:16:03+00:00 Fejl Automattic\WooCommerce\GoogleListingsAndAds\API\WP\OAuthService::deactivate Error revoking the WPCOM token:Here is my system log:
https://pastebin.com/PwLJ5MabNo errors in the console when opening the Linked Accounts settings page.
Regards! 🙂
Forum: Plugins
In reply to: [Google for WooCommerce] Nothing loads in Google -> “Linked Accounts”Hello @mahfuzurwp
Appreciate the reply! Is there a way I can send you this information privately? I’d rather have not have it publicly available.
Regards!
Forum: Plugins
In reply to: [Google for WooCommerce] Nothing loads in Google -> “Linked Accounts”Hello @mosesmedh
I mean, sure – but I don’t really know what you expect to see from a video? There really isn’t much more to the issue than described.Regards!
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Stripe Payout doubles?Hi @shameemreza
Thank you for your reply!
Very understandable, we were not able to recreate the issue ourselves on the test site despite many attempts. We will try to see if future orders does the same thing, in that case we’ll simply make a script that divides the number by two. (Not the most elegant solution, but a solution none the less)’
And you are correct, we are using two Stripe plugins along with Conditional Payments for WooCommerce as we need the payment sent to different accounts depending on if they’re tax deductable or not – that is not an ideal solution either, but to my knowledge no one makes a Stripe payment plugin that allows for two Stripe accounts. For that reason we are not really able to disable the other plugin.
Regards! 🙂
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Stripe Payout doubles?Hello again!
Yes, the price for the order is shown correctly everywhere on the site and in the Stripe Dashboard. Even the Stripe fee is shown correctly (not doubled), it is only the Stripe net payout (_stripe_net) that is doubled for some reason on the order page.
All tests showed no issues. Unless you have any ideas, I think we’ll wait for a few more orders and see if it proceeds, maybe it was a standalone error or it could be related to a specific credit card type perhaps?
As a last resort, maybe it’s possible to make a script that fetches the _stripe_net value and create a new meta_key with that number divided by two so we can fetch this new correct number for our invoices. Not the most elegant solution, but it could work. 🙂Regards!
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Stripe Payout doubles?Hi @doublezed2
Yes of course – and appreciate the input on the plugin, we tested both and forgot to delete one of them. 🙂
Basically the order details is (from bottom to top):
- #1 Order status changed from Draft to Pending payment.
- #2 Stripe payment intent created (Payment Intent ID: xxx)
- #3 Order charge successful in Stripe. (Charge ID: xxx)
- #4 Order status changed from Pending payment to Processing
- #5 Order charge successful in Stripe. (Charge ID: xxx) <- This Charge ID is identifical to #3)
So maybe the 2x “charge successful” has something to do with the error? But as said in my first post, everything looks perfectly normal in the Stripe Dashboard.
Regards!
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Stripe Payout doubles?Hello @carolm29
Appreciate the response. No other orders yet, we’re staying alert if the error continues. Here is a screenshot of the order notes: https://ibb.co/hfTwQ11
This is the system report: https://pastebin.com/KL3i5Na6
No fatal errors is shown in the Woocommerce log.
Regards!
I appreciate the swift response. We might have another solution that involves using the order meta fields option. I’ve tested this on the demo and it imports the meta data with no issues, but are we able to place the meta data anywhere else in the premium version or can order meta fields only be placed in the top right corner? Preferably we’d like to position it differently on the invoice.
Regards!
Hi Mircea,
Thanks for the swift reply! I appreciate it although I was hoping for a different answer. 🙂
Looks like we have to look into some custom coding then.
Have a great day!
Hi David,
I don’t think the plugin supports the Side Cart plugin per default, I had to manually insert it into the template file.
I’m not sure if this is the most “correct” or optimal way of doing it, but you can simply add the code that Marin wrote into the template files of WP Side Cart.
I’ve attached a screenshot below of where to put in the code if you want it in the same place as me. Apologies for the ugly trackpad arrow. 🙂
https://i.ibb.co/cFx6pLc/image.png
Regards!
Hey again Marin,
Your solution worked perfectly, thank you so much for the very thorough answer. It’s exactly what were looking for. Not only it is working in the cart now, but with a bit of fiddling we can pretty much have it whereever we want now thanks to your code.
Highly appreciated and once again thank you for the excellent plugin! 🙂