• Dave Barr

    (@barrd)


    WCBRS 2019 Contributor

    I wish to firstly thank you for the additional functionality that you have provided with this free plugin. There are a couple of issues though that I would like to bring to your attention.

    1) The supplied function to dequeue the built-in styles requires a small addition. As of WooCommerce Version 3.4.7 a priority needs to be added.

    add_action( 'wp_enqueue_scripts', 'wcs_dequeue_quantity', 100 );
    function wcs_dequeue_quantity() {
        wp_dequeue_style( 'wcqi-css' );
    }

    2) WordFence is sending error reports.

    Extract from email
    * The Plugin "WooCommerce Quantity Increment" appears to be abandoned (updated 25th July 2016, tested to WP 4.5.13)

    Would it be possible to update the plugins documentation with the needed priority and fix the “abandoned” issue with a bump in version numbers?

    There are currently 20,000+ active installations so I’m sure this would be appreciated by many.

    Thanks again for your work and consideration of my request.
    Dave

  • The topic ‘Updates required (abandoned issue and addition of a priority)’ is closed to new replies.