Phil
Forum Replies Created
-
Instead of the passive aggressive copy-paste answer above, I found this issue on GitHub which may help https://github.com/woocommerce/woocommerce/issues/50847
If you’re not too confident in managing custom database tables, I’d stick with using the standard WordPress postmeta and optimize the keys with this plugin. It will simplify debugging/management of the data.
However it depends on how many different types of meta you’re storing for each post/lawyer. For example, if you’re storing more than ~10 meta fields, you’d probably want to consider switching to a custom table structure if you get to >50k posts/lawyers. It also really depends on how good your hosting is too.
Just my 2 cents though! If Ollie (plugin author) has any thoughts they will be much more qualified than mine.
Forum: Plugins
In reply to: [WooCommerce] Disconnect from woocommerce.com accountIt is possible to remove the connection to woocommerce.com by deleting the ‘woocommerce_helper_data’ item in the wp_options table. E.g. the following WP CLI command will remove it:
wp option delete woocommerce_helper_dataForum: Plugins
In reply to: [WooCommerce] Problem on all sites with update to version 9.1.2This year in particular has been painful for WooCommerce.
Why does there even need to be a monthly release? The process of updating a store has become so tiresome and is surely pushing more people to Shopify.
Forum: Reviews
In reply to: [Klaviyo] many bugs in this plugin@klaviyo Looking at the code, this still isn’t fixed in the latest version (3.3.5 as of today). One possible way to fix it would be to change line 302 of kla-admin.php to:
$klaviyo_settings = (array) get_option( 'klaviyo_settings', array() );That will allow the array_merge() function on line 330 to operate even if get_option() returns a bool/empty, which is what’s happened here.
Forum: Reviews
In reply to: [WooCommerce] Lacking in features and needless complicatedSadly, I completely agree.
I’ve been using WooCommerce for over 10 years. This year, for the first time ever, I’ve used Shopify to add a cart to a WordPress project. We’re finally at a point where Shopify is simpler, cheaper and more effective in almost all aspects. Never thought I’d see the day, but here we are.
Forum: Plugins
In reply to: [Index WP MySQL For Speed] Order table sooo slow, I can’t edit ordersOnce again, thank you @olliejones for your outstanding work on this. You’re a DB wizard!
Forum: Plugins
In reply to: [Index WP MySQL For Speed] Order table sooo slow, I can’t edit ordersMaybe the same issue as https://github.com/woocommerce/woocommerce/issues/47212? Reported as fixed in WooCommerce 8.9
Forum: Reviews
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Jetpack Stats@mmmortson 5 stars?
Forum: Reviews
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Used only for stats@manuelramgir 5 star rating?
Google Analytics is a free website stats tool you may wish to try – https://marketingplatform.google.com/intl/en/about/analytics/
Forum: Plugins
In reply to: [Disable Gutenberg] Disable Block PatternsI also asked if the guys maintaining the Classic Editor plugin would be removing this feature at https://ww.wp.xz.cn/support/topic/patterns-menu-item/ but I don’t think they will. So it would be good if the Disable Gutenberg plugin had this option instead.
Forum: Everything else WordPress
In reply to: Using WAF how block login attempts?You might want to block xmlrpc.php too, unless you’re using it for something like Jetpack
Forum: Plugins
In reply to: [WooCommerce] Performance latest Woocommerce (help)In my opinion I think it is worth waiting a little longer for the issues to settle down. There have been a lot of problems with PHP fatal errors and performance issues. It has been messy, which may lead to more regression bugs yet to be discovered.
Personally, I’m going to wait at least a few weeks to see how things settle down. Version 8.4 is seems very stable and I’m using it on several sites.
Regarding the performance issues, they mainly relate to the new Order Attribution feature. That can be disabled, but I don’t know if there are any lingering issues after that, e.g. some extra javascript files unnecessarily enqueued etc. There doesn’t seem to be much point in updating if you disable this feature anyway.
Just wanted to chime-in and say that I use this plugin on a large site with Woo Subscriptions. It works very well.