justingold
Forum Replies Created
-
Thanks, will be installing later today
Forum: Plugins
In reply to: [Order Tip for WooCommerce] Tip Rates filter missing (wc_order_tip_rates)adding the priority did the trick. Thank you!
@janilyn409 thanks for supplying the demo.
I can can confirm I am seeing the same issue on your demo. The amount clicked is added to the total, but the button that you click is supposed to remain highlighted, but is not. Also the problem does not occur in the checkout page. On checkout if you click on an amount, the button remains highlighted as expected. See recording of your demo: https://youtu.be/NKfZxQbS9hYHi @janilyn409 , just checking in – were your developers able to replicate the issue I had, at least?
I understand a fix in the next version might take a while, if in fact this is actually an issue, and not just a local issue with my site.
ThanksForum: Plugins
In reply to: [Order Tip for WooCommerce] Tip is not applied to toalI’ve recently had the same issue. I click on a tip amount, but the tip does not get added. Started happening to me today.
Last tip was receeived yesterday.
I tried disabling all the plugins and themes except woocommerce, but the issue remains.
Could be a compatibility issue withthe latest WordPress/woocommerce.
I’m on WordPress 6.8.3 with WooCommerce 10.3.5
I’ve had to disable the Order tip plugin until this can be fixed.Forum: Plugins
In reply to: [WooCommerce] fatal error after upgrading to wordpress 6.7I resolved this by restoring my db to a time before the WP 6.7 update.
I then proceeded to update all themes and plugins and then finally WordPress 6.7. All is working fine now. I still don’t knwo what caused this though.I managed to resolve this by restoring my db to an earlier date from before the 6.7 update and then re-updating all plugins and then wordpress to 6.7 again, all is working fine now. Still don’t know what caused the issue though.
Forum: Plugins
In reply to: [WooCommerce] fatal error after upgrading to wordpress 6.7As you can see my system report shows I have 512MB PHP memory. I have a copy of the site on the same server and it upgraded fine. So I don’t think its a memory issue, or at least something is leaking memory?
Forum: Fixing WordPress
In reply to: Critical Error on Website After Updating to WordPress 6.7I’ve had the same issue, after upgrading to wordpress 6.7 today, although I updated other plugins as well including woocomerce.
I found this the woocommerce logs.
2024-11-13T19:35:36+00:00 CRITICAL Allowed memory size of 536870912 bytes exhausted (tried to allocate 237303872 bytes) CONTEXT: {“error”:{“type”:1,”file”:”/wp-includes/class-wpdb.php”,”line”:2316},”remote-logging”:true,”backtrace”:[{“file”:”/home/xyz/wp-content/plugins/woocommerce/includes/class-woocommerce.php”,”line”:406,”function”:”critical”,”class”:”WC_Logger”,”type”:”->”},{“function”:”log_errors”,”class”:”WooCommerce”,”type”:”->”}]}I switched to the “storefront” template from woocommerce and it still did the same thing. I then disabled all my plugins except “woocommerce” and “filter everything”, then the filter worked.
So I enabled the theme, filter store works.
I enabled the plugins one by one, and after enabling them all the filter still works.
So its working now, but I don’t know why it didn’t work in the first place or which plugin caused the issue.