• Resolved joshuaall

    (@joshuaall)


    Hello,
    I am using the Redis Cache with the Plugin https://github.com/rhubarbgroup/redis-cache.
    When overriding a Max Quantity for a specific Product then I always need to clear the redis cache for the change to take effect. I have not tested the other parts of the Min Max Quantities Plugin like Global maximum values, but I guess it is the same for them.

    Can you please make your plugin compatible?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter joshuaall

    (@joshuaall)

    Adding the following code to the wp-config.php excludes the whole Min Max Plugin from Redis Cache

    define( 'WP_REDIS_IGNORED_GROUPS', [
    'wc-min-max-quantities',
    'wcminmaxquantities',
    ] );
    Plugin Support sajalwpdev

    (@sajalwpdev)

    Hello @joshuaall ,

    Thanks for reporting this, and great find on the workaround too! That’s really helpful for other users who might run into the same thing.

    We’ll look into making the plugin properly compatible with Redis Cache so the workaround isn’t needed. I’ll update this thread once we have more information from our team.

    PluginEver Support

    Plugin Support sajalwpdev

    (@sajalwpdev)

    Hi @joshuaall,

    Good news, this has been fixed in the latest version (2.2.9). Please update the plugin and the workaround should no longer be needed.

    Let us know if everything looks good after updating!

    PluginEver Support

    Thread Starter joshuaall

    (@joshuaall)

    That was a fast response and fix, happy to hear that!

    Plugin Support sajalwpdev

    (@sajalwpdev)

    Really glad it’s sorted! 😊

    If Min Max Quantities has been useful for you, a quick review on ww.wp.xz.cn would mean a lot to our small team, it genuinely helps other store owners find us.

    👉 https://ww.wp.xz.cn/support/plugin/wc-min-max-quantities/reviews/#new-post

    Thanks for your patience throughout!

    PluginEver Support

Viewing 5 replies - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.