A highly recommended, amazing product that punches way above its weight!
]]>Following up on my previous issue, I’d like to offer some targeted suggestions to further enhance the Fast Woo Order Lookup plugin. These suggestions are designed to improve user experience and address specific potential issues:
Performance+Data Validation: Given the concerns raised here , here & in FAQ, implement a feature in the settings page to verify that the plugin does not cause unnecessary slowdowns and that the trigram tables are correctly generated and maintained.
WP-CLI Support: Enable trigram regeneration via WP-CLI to facilitate maintenance during off-peak hours and to allow those with the capability to automate this process, recognizing that not all hosting environments support WP-CLI. Like the other plugin by the author named: Index WP MySQL For Speed
Dependency Declaration: Explicitly state WooCommerce dependency in both the plugin’s documentation (readme) and code, ensuring that users are aware of this prerequisite before installation.
Documentation of Trigram Table: Document that the trigram table is named wp_fwol
in the readme.md to enhance transparency, especially as the table size grows.
Compatibility Alerts: Note potential conflicts with other WooCommerce search plugins and provide guidance on reporting these issues for resolution. Example issue for reference.
Order Count Warning: Introduce a warning message for stores with fewer than a certain number of orders, as the plugin may not perform as intended in smaller datasets.
These enhancements aim not only to improve the plugin’s functionality but also to reduce the support burden if the plugin becomes very popular. Such preventative measures can help avoid negative reviews stemming from misunderstandings about the plugin’s requirements and capabilities.
Hoping for continued success and health for many more years! (30 years if you can keep up )
]]>And I’ll admit that I was amused that when I went to add admin-site-enhancements-pro-latest.zip to my newest site, I got barked at that the plugin was too large for me to upload.
My life is so hard (not!)
Anyway, I thought it might be a nice feature to add to the list of features ASE can do.
Thank you for everything ASE does! It is a great plugin.
]]>function w2dc_wmd_order_terms( $terms )
{
? ? ? ? $terms_order = [];
? ? ? ? foreach( $terms as $t )
? ? ? ? {
?? ? ? ? $terms_order[ $t->slug ] = $t;
? ? ? ? }
? ? ? ? ksort( $terms_order );
? ? ? ? $terms = [];
? ? ? ? foreach( $terms_order as $term => $t )
? ? ? ? {
? ? ? ? ? $terms[] = $t;
? ? ? ? }
? ? ? ? return $terms;
}
Of course this will get overwritten each time the plugin is updated. Can you please add a hook or filter to those terms before they are displayed?
Thank you!
]]>For a future release, I would love to see a rich text input field instead of a plaintext input field plus the possibility to add a color to the note.
]]>https://www.domain.com/my-page/is/beautiful/?t=38277222
Regards,
]]>