• Resolved leokan23

    (@leokan23)


    I would like to start with a big thanks for this plugin. It is awesome.

    I am using it on a website with more than 1000 coupons and I need to update them all, to change the “Minimum quantity of matching products” to 2. Where is this located in the database so I can change it?

    I already tried changing it in one coupon and checked the wp_posts but I don’t see any change.

    Thanks in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Soft79

    (@josk79)

    Thanks!

    You can find them here:

    SELECT * FROM wp_postmeta WHERE meta_key = '_wjecf_min_matching_product_qty'

    Thread Starter leokan23

    (@leokan23)

    thanks Sof79,

    i made a php script to added it where missing on my coupons.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Bulk Edit via mysql’ is closed to new replies.