bartnl
Forum Replies Created
-
I have the same issue. I want to create a footer with 4 different content and a reference to 4 different menus. I did the same for the main top menu, but for the footer is seems problematic.
Let me know if you find a solution!
edit: I found a solution for my problem. In Elementor there’s these settings
Optimized Control Loading
Element Caching
After I turned these off the language switches as expected.- This reply was modified 3 weeks, 1 day ago by bartnl.
I got a reply from Stripe support that may be helpful for others. This actually solved my problem it seems (i’m doing one final test live payment) so I’ll keep the webhook deletion and recreation up my sleeve.
Here’s Stripe’s reply:
Stripe is ending support for non-card payments on the Sources API. In order to accept non-card payments going forward, you will need to enable Woo’s new checkout experience in?<u>the Stripe WooCommerce Extension advanced settings</u>?by:?
- Navigating to?WooCommerce > Settings > Payments > Stripe > SettingsScrolling to the bottom of the pageExpanding the?Advanced settings?optionChecking the?Enable the updated checkout experience?optionSelecting the?Save changes?button to save your changes
Forum: Plugins
In reply to: [WooCommerce Stripe Payment Gateway] Payment Intents API – Order cancelledI experience a similar problem, with SEPA Direct Debit. I spoke with Stripe and they say the plugin uses a deprecated API (the Sources one you also saw in your error).
“Thank you for accepting my call earlier about the error you received when trying to accept SEPA direct debit transactions.?
Upon checking, it seems like you’re trying to pass the source API for this request; hence, it generates the error invalid_request_error.
The Sources API has been deprecated, and we are no longer allowing new integrations.
You may then reach out to your developer or your third-party plug-in by following our migration guide to integrate with the Payment Intents API instead, so you may accept SEPA Direct Debit transactions:
https://docs.stripe.com/payments/payment-methods/transitioning
“Forum: Plugins
In reply to: [Facebook for WooCommerce] How to change facebook account please?Very useful @alexsina. I ran into the same problem and used part of your solution to fix it.
As I was not sure whether to delete the entire record or just the contents of the record I’ve started with just deleting the content of these records:
wc_facebook_product_catalog_id
wc_facebook_external_merchant_settings_idI couldn’t find wc_facebook_feed_migrated.
And after reloading I was able to link a new facebook account. ??