• Resolved jeffreytolhurst

    (@jeffreytolhurst)


    Hello,

    Wondering if there is a table in the wordpress database that has the download_limit field for each product and would allow me to change the limit to null for all my products so the download_limit is unlimited. I have 2500+ products so doing it manually would be extremely time consuming.

    Thanks in advance!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Joel Williams

    (@joelwills)

    Automattic Happiness Engineer

    Hi there! yes, this is the wp_postmeta table, look for a meta_key of _download_limit and then the meta_value can be set there.

    Set the value to be -1 for Unlimited.

    Hope that helps!

    Thread Starter jeffreytolhurst

    (@jeffreytolhurst)

    Thank you for your help Joel! setting the meta_value to -1 worked.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Database table for products download_limit’ is closed to new replies.