Ryan Ray
Forum Replies Created
-
Forum: Plugins
In reply to: [WooPayments: Integrated WooCommerce Payments] Problem with 2.9.0Hi @mgc,
I believe it’s marked resolved as there’s nothing more we can do in this thread here. Of course the issue isn’t resolved just yet, but our team is working to fix this.
As Sol had mentioned, we can keep each person up to date individually on the bug itself if you create a ticket and reference this thread. I hope that helps!
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Mails to customers wrong languageHi @hektorpia,
my language setting in Woocommerce is set to German. However, all emails the customer receives from Stripe are sent in English.
Thanks for message / explanation here. Just to clarify at first are these emails being sent by Stripe themselves or would it be coming from WooCommerce? Do you have a screenshot of the email you’re seeing that’s still in English?
Also, 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.
Thanks!
Hi @pstavrum,
Seemes to be the theme that causes the trouble.
Thanks so much for following up and letting us know you did find a culprit. If you’d not already I’d recommend reaching out to the theme developers to help report that.
Hi @pstavrum,
Thanks for contacting us about the issue 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.
I believe there is usually a of pop-up that should appear before anything else happens on the order. For example from my testing site it could look like this.
I might assume then, early on, perhaps there is an issue or conflict on your site at the moment that isn’t letting this sort of pop-up appear. You could then try a conflict test putting Stripe in test mode and using their 3D secure test card numbers. –> https://stripe.com/docs/testing#regulatory-cards
The best way to determine this is to:- Temporarily switch your theme to Storefront
- Disable all plugins except for WooCommerce
- Repeat the action that is causing the problem
If you’re not seeing the same problem after completing the conflict test, then you know the problem was with the plugins and/or theme you deactivated. To figure out which plugin is causing the problem, reactivate your other plugins one by one, testing after each, until you find the one causing conflict. You can find a more detailed explanation on how to do a conflict test here.`
Forum: Plugins
In reply to: [WooCommerce] No street address column in customers tableHi @kluo,
Ah ok, that makes more sense.
So, my end goal is to access WP database and export guest customers data out. The table I’m using is wp_wc_customer_lookup, which is the table that powers the customers report.
I would then suggest using the
wp_usersandwp_usermetatables. That’s where you’ll be able to get a user email and match it with their user ID. With that ID you can then get the details like billing address, etc… saved to the users accountThere are also extensions that could help get that data for you as well, if that’s helpful, but if you’re comfortable in the database I assume you want to stay there. 🙂
https://woocommerce.com/products/product-csv-import-suite/
Ultimately maybe an article like this also helps explain where bits of data are from WooCommerce. – https://usersinsights.com/woocommerce-customer-database/
I hope this helps so far, let us know if you’ve got further questions. Thanks!
Forum: Plugins
In reply to: [WooCommerce] No street address column in customers tableHi @kluo,
I’m looking in the database, but also on the front end, there is no street address. I’m looking at Admin panel -> WooCommerce -> Customers.
Thanks so much for clarifying. I don’t see the fields from within the Customers report either and that isn’t included in the export I can use from there. I assume then of course, as noted, it’s not in the lookup table that powers this report.
You’d mentioned the front end as well, are you saying at checkout there’s not a field for the street address too? I know my test site has that, so it’s definitely collected as a field on user profiles. I just wanted to be sure you have that as well.
Either way, ultimately I think you’re wanting a street address for some reporting reason. What is your end goal you’re after and perhaps we can find a way to get there!
Forum: Plugins
In reply to: [WooCommerce] No street address column in customers tableHi @kluo,
There are city, state, country and postal code. But why there is no street address in customers lookup table?
I’m not sure I specifically understand where in WooCommerce you are looking, could you help clarify for me? When you say a lookup table, I assumed you’re not looking specifically in the database. 😛
Thanks!
Forum: Plugins
In reply to: [WooCommerce] Payments Failing & Not Showing Failed Transaction in StripeHi @wpcork,
Let us know what you do find and if that does help at the moment, after rolling back plugin versions. We can continue a thread in the appropriate place from there. Thanks!
Forum: Plugins
In reply to: [WooCommerce Blocks] Product blocks on mobileHi @indigojones66,
I’ll add here what I had added in this duplicate thread. 🙂
We do want to help as best we can, but it would be hard to cater to every situation that needs custom code. You’re desires and theme setup are unique and it wouldn’t be sustainable for us to create that kind of CSS or custom code for everyone who needed it.
Nonetheless, I apologize as I should’ve shared additional resources than just what are paid options. Posting here in this forum is one great option as any community member here can come by your thread and be willing to help out. There is also a great Facebook group you could ask for additional help in, if you use Facebook.
Forum: Plugins
In reply to: [WooCommerce Blocks] blocks on mobileHi @indigojones66,
Here is the code that worked…
Great work writing some code that did work!
I thought the whole point of a forum was to help people and not direct them to a paid developer?
We do want to help as best we can, but it would be hard to cater to every situation that needs custom code. You’re desires and theme setup are unique and it wouldn’t be sustainable for us to create that kind of CSS or custom code for everyone who needed it.
Nonetheless, I apologize as I should’ve shared additional resources than just what are paid options. Posting here in this forum is one great option as any community member here can come by your thread and be willing to help out. There is also a great Facebook group you could ask for additional help in, if you use Facebook.
Hi there,
it seems the plugin is now set correctly and is working good so far.
That’s good, thanks for letting us know!
Regarding your order checkout page, once you’ve returned from PayPal, I would potentially contact your theme developer and ask if they can update the styling to make that match the default field styles. Essentially better integrating PayPal Checkout into the theme.
Hopefully that helps!
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Resource missing errorHi @andreu,
Thanks for sharing that error. 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.
You’ve said your API keys appear correct, so beyond that would you happen to be switching between test and live mode at the moment? I ask as this could come up when saving a card while Stripe is in test mode and then trying to switch to live and use that same saved card.
Ultimately the error is saying a source doesn’t exist in the current Stripe account (API Keys) the site is using. So it could be worth triple checking the API Keys one more time, and then thinking if potentially a card that was saved or you are attempting to use may have happened under test mode or even another Stripe account.
Would any of those be a possibility?
Forum: Plugins
In reply to: [WooCommerce Blocks] blocks on mobileHi @indigojones66,
Looking at this currently I don’t see any added styles via your theme. So it looks like to tweak the default layout to how you’d want you’ll need to write a bit of custom CSS to modify that.
The blocks CSS is all based on flex-box and I’d likely use a media query to target specific screens. –> https://developer.mozilla.org/en-US/docs/Web/CSS/flex
If you did need or want any help with that, we highly recommend contacting one of the services on our Customizations page (https://woocommerce.com/customizations/)
I hope that helps.
Hi @kushang78,
Thanks for the system status. It looks like your site is fairly out of date when looking at the version of WooCommerce used, PHP version, and WordPress itself. Outside of the PHP version being a limiting factor or the
Disable All WordPress Updatesplugin, are there other reasons the site isn’t using the latest versions of WordPress & WooCommerce?Besides that, the system status doesn’t show that you’ve got our PayPal Checkout extension installed on this site. I assume then something else on the site has offers a PayPal payment method but it’s not necessarily clear then what’s going on.
Could you perhaps share a screenshot of your **WP Admin → WooCommerce → Settings → Payments** page? Thanks!
Hi @paulcobb,
Schoolboy error!
I was putting the cover-me class in ‘Tile Attribute’ rather than ‘CSS Classes’.
Yes it works as you said!Hopefully that does work for you, let us know!