• Resolved slimx91

    (@slimx91)


    Hi any update on when you can release an update that’ll make it compatible with HPOS? (High Performance Order Storage) ?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Pektsekye

    (@pektsekye)

    Hello,

    It is a free plugin.
    I update it in my spare time

    Stanislav

    Thread Starter slimx91

    (@slimx91)

    Of course ?? I’m still surprised you hvaen’t began charging for it. Always willing to pay for something this good.

    Plugin Author Pektsekye

    (@pektsekye)

    Hello,

    I have been working for years for Magento. Then It become heavy, difficult to install and use. They began to force us to update. And every update just make it worse.

    The same here now. Every new version just make it worse. And they force us to update.

    I am glad to began charging for a thing that works. But if it doesn’t then I will have troubles to support it.

    Stanislav

    Plugin Author Pektsekye

    (@pektsekye)

    Hello,

    This plugin does not use woocommerce orders.

    Try to add the code:

    
    add_action( 'before_woocommerce_init', function() {
    	if ( class_exists( \Automattic\WooCommerce\Utilities\FeaturesUtil::class ) ) {
    		\Automattic\WooCommerce\Utilities\FeaturesUtil::declare_compatibility( 'custom_order_tables', __FILE__, true );
    	}
    } );
    

    to the end of the file:
    wp-content/plugins/ymm-search/ymm-search.php

    So it will declare the module as compatible.

    The code is from this page:
    https://github.com/woocommerce/woocommerce/wiki/High-Performance-Order-Storage-Upgrade-Recipe-Book#declaring-extension-incompatibility

    Stanislav

    Hey, thank you for the code for HPOS. I found this while searching for the answer. Thank you for your tireless support. I think you could charge for pro support. Good luck. Be well.

    Plugin Author Pektsekye

    (@pektsekye)

    Hello,

    to:@noahjose

    Thank you for your suggestion.

    The problem with pro support is that the latest wordpress and woocommerce versions are difficult to support.

    I had the same problem with Magento. The latest versions are just terrible, constantly change with a lot of bugs. And they force us to upgrade.

    Stanislav

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘HPOS’ is closed to new replies.