• Hello,

    I see a few support posts that ask about a default setting that applies to all products.

    e.g.
    https://www.ads-software.com/support/topic/default-value-11/

    The support response implies that this setting should be available, but I can’t find it.

    Is there a front-end option in the Admin Dashboard?

    I have managed to increase all my Max Quantity for all products by going directly into the MySQL Database back-end.

    UPDATE
       wp_postmeta
    SET
       wp_postmeta.meta_value = 1000000
    WHERE
       wp_postmeta.meta_key = '_wc_mmax_max'
    • This topic was modified 2 years, 8 months ago by topfastza.
    • This topic was modified 2 years, 8 months ago by topfastza.
  • The topic ‘Is there a global default setting for MAX’ is closed to new replies.