Francesco
Forum Replies Created
-
Hi @janeaustin
Thanks for getting back to me and for looking into this.
I appreciate your support, and I’ll wait for your update. Please let me know if you need any additional information from my side.
Best regards
Hi, sorry for the delay.
I ran some tests and found that the issue was not related to Stripe, WooCommerce, or anything else of that kind.
The problem was caused by CartFlows, the plugin I was using to build the checkout and thank you pages. It wasn’t working as expected, and customers were able to click the “Pay now” button multiple times, which resulted in multiple payments for the same order.
After clicking “Pay now,” CartFlows redirected users back to the
/checkoutpage without clearing the cart items, even though the order had already been created in the dashboard.For now, I’ve fixed the issue by replacing the CartFlows checkout with WooCommerce’s new checkout.
Thank you for your help and your time!
I report here that also with Credit / Debit card is doing the same things. Duplicated orders are everywhere now.
Here’s the link to the report
https://quickforget.com/s/5cf54a3e7d35d1df872444c77355768b9dc8558581f2d74e
Good morning and thank you for the quick answer!
I’ll run some tests and I’ll let you know.
Thank you again!
Forum: Plugins
In reply to: [wpForo Forum] Some bugs with searchHi,
thank you for the video!
I’ll try again and I’ll let you know
Forum: Plugins
In reply to: [wpForo Forum] Some bugs with searchHi, the website is now under costruction
Here is the link with maintenance bypass: https://www.mistre.band/community/?cmp_bypass=1ef21d111af298a976eb2d876de082b1
Forum: Themes and Templates
In reply to: [OceanWP] Can’t pick transparent colors in the new CustomizerHi,
I update the theme to version 4.0.3 and everything works fine, thank you!
Forum: Themes and Templates
In reply to: [OceanWP] Reloading page while resizing windowI noticed that it was some elementor plugin
Forum: Plugins
In reply to: [LiteSpeed Cache] LiteSpeed Cache also my WP Statistics WidgetI’m looking for it, thanks!
Forum: Plugins
In reply to: [LiteSpeed Cache] LiteSpeed Cache also my WP Statistics WidgetHi,
thank you for the answer. What is ESI? Do I need to use a plugin?
Thank you!
Forum: Plugins
In reply to: [LiteSpeed Cache] LiteSpeed Cache also my WP Statistics WidgetHi,
the problem is not with Elementor, but with the cache.
When I switch between the pages, the widget in the footer shows different numbers.
I have the free version of WP Statistics. The theme is Ocean WP.
Report number: NHSBYXZR
Forum: Plugins
In reply to: [ELEX WooCommerce Role Based Pricing] Not working on archive pageI’m going to check it. Thank you!
Hi, thanks for reply.
I added to JS Exclusion this file:
/wp-content/plugins/wp-statistics/assets/js/tracker.jsIt seems working fine right now.
I’ll let you know. Thanks!
This is the CSS login full code:
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:[email protected]&display=swap') html, body, #loginform { font-family: "Comfortaa", ubuntu, sans-serif !important; } button, input, form, label { font-family: "Comfortaa", ubuntu, sans-serif !important; } input.button { font-weight: bold; text-transform: uppercase; } .login form { background-color: rgba(255,255,255,0.6); backdrop-filter: blur(6px); }And this is the CSS db page full code:
@import url('https://fonts.googleapis.com/css2?family=Comfortaa:[email protected]&display=swap') .page { background-color: #fff !important; padding: 2em !important; } body { font-family: "Comfortaa", sans-serif; background-color: #0979b4; }On the DB error page the font is loaded correctly, while on the login page it is not.
If I inspect the code my font declaration is not found by the page, so it doesn’t overwrite the original one.
On the db page, however, it works, but I set the .page background to #fff but it doesn’t change, similar behavior to the login page here too
I tried selecting individual elements (form, button, etc.) and it works
So why doesn’t it work on the bodysuit? On the other sites where I have installed Branda it works perfectly
Among other things, on the DB error page I selected the “.page” css class to change the background and it still doesn’t work